草庐IT

footer_bottom

全部标签

使用UITableViewDelegate代理方法来设置header或footer时要注意的细节

问题描述使用UITableViewDelegate代理方法来设置header或footer时要注意了。-(UIView*)tableView:(UITableView*)tableViewviewForFooterInSection:(NSInteger)section{return[UIViewnew];}-(CGFloat)tableView:(UITableView*)tableViewheightForFooterInSection:(NSInteger)section{return1;}-(UIView*)tableView:(UITableView*)tableViewviewFo