如何将uitableview添加到已包含uitextbox和uibutton的uiview
并用数据
初始化它请提出任何建议
答案 0 :(得分:1)
我总是发现在UITableViewController
中添加其他视图更容易,而不是在另一个视图中嵌套UITableView
。
我使用UITableViewStyleGrouped
,然后在UITableViewDelegate
内提供自定义的UIView
;
- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
- (UIView *) tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section