ipad编程问题

时间:2011-02-10 04:14:42

标签: ipad uiview

如何将uitableview添加到已包含uitextbox和uibutton的uiview

并用数据

初始化它

请提出任何建议

1 个答案:

答案 0 :(得分:1)

我总是发现在UITableViewController中添加其他视图更容易,而不是在另一个视图中嵌套UITableView

我使用UITableViewStyleGrouped,然后在UITableViewDelegate内提供自定义的UIView;

- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
- (UIView *) tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section