我们可以将UIViewControllers视图设置为UITableViewController中的Headerview部分吗?

时间:2013-12-27 09:27:46

标签: uitableview sectionheader

我们可以将UIViewControllers视图设置为UITableViewController中的Headerview部分。

像,

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
CellHeader *cellHeader  = [[CellHeader alloc] initWithNibName:@"CellHeader" bundle:[NSBundle mainBundle]];
return cellHeader.view;
}

0 个答案:

没有答案