Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c 固定表尾_Objective C - Fatal编程技术网

Objective c 固定表尾

Objective c 固定表尾,objective-c,Objective C,TableFooter UITableView的视图与表格一起滚动,我可以让它保持不变吗?只需将页脚作为单独的UIView(或其他)放在表格下即可。您根本不必重写UITableView。只需将页脚作为单独的UIView(或其他)放在表下即可。您根本不必重写UITableView。或者,如果您的tableView只有一个分区,您可以将该视图作为-tableView:viewForFooterInSection:返回;或者,如果您的tableView只有一个分区,您可以将该视图作为-tableVie

TableFooter UITableView的视图与表格一起滚动,我可以让它保持不变吗?

只需将页脚作为单独的UIView(或其他)放在表格下即可。您根本不必重写UITableView。

只需将页脚作为单独的UIView(或其他)放在表下即可。您根本不必重写UITableView。

或者,如果您的tableView只有一个分区,您可以将该视图作为
-tableView:viewForFooterInSection:
返回;或者,如果您的tableView只有一个分区,您可以将该视图作为
-tableView:viewForFooterInSection:
返回