当前位置:K88软件开发文章中心编程语言APP编程CrossApp → 文章内容

CATableView(表单视图)

减小字体 增大字体 作者:佚名  来源:网上搜集  发布时间:2019-1-23 13:51:56

eView*table当前tableViewunsigned intsectioncell所属的区域解释:在tableView中通过索引获取头部Section高度virtual CAView* tableViewSectionViewForFooterInSection(CATableView* table, const DSize& viewSize, unsigned int section);返回值:virtual CAView*参数:类型参数名说明CATableView*table当前tableViewconst DSize&viewSize视图大小unsigned intsectioncell所属的区域解释:在tableView中通过索引获取尾部Sectionvirtual unsigned int tableViewHeightForFooterInSection(CATableView* table, unsigned int section);返回值:virtual unsigned int参数:类型参数名说明CATableView*table当前tableViewunsigned intsectioncell所属的区域解释:在tableView中通过索引获取尾部Section高度virtual void tableViewWillDisplayCellAtIndex(CATableView* table, CATableViewCell* cell, unsigned int section, unsigned int row);返回值:virtual void参数:类型参数名说明CATableView*table当前tableViewCATableViewCell*cellcellunsigned intsectioncell所属的区域unsigned introwcell所在行数解释:回调当前将要显示的tableView

上一页  [1] [2] [3] [4] [5] 


CATableView(表单视图)