ipad编程问题

ipad编程问题,ipad,uiview,Ipad,Uiview,如何将uitableview添加到已经包含UITextBox和uibutton的uiview中 并用数据初始化它 请给我任何建议我总是发现在视图中添加其他视图比在另一个视图中嵌套视图更容易 我使用UITableViewStyleGrouped,然后在for中提供定制的UIView - (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section - (UIView *) tableV

如何将uitableview添加到已经包含UITextBox和uibutton的uiview中

并用数据初始化它


请给我任何建议

我总是发现在视图中添加其他视图比在另一个视图中嵌套视图更容易

我使用
UITableViewStyleGrouped
,然后在for中提供定制的
UIView

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