tableView内部详细信息视图未被调用

时间:2011-01-26 17:38:12

标签: iphone objective-c cocoa-touch uitableview

我有listViewdetailView

listView中,我使用initWithNibName:

推送详细视图

虽然屏幕上显示详细信息视图,但此视图中的分组表未显示。 它使用IBOutlet 我已经实施了

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {

- (UITableViewCell *)tableView:(UITableView *)tv cellForRowAtIndexPath:(NSIndexPath *)indexPath {

- (NSString *)tableView:(UITableView *)tblView titleForHeaderInSection:(NSInteger)section {

我错过了什么吗?

0 个答案:

没有答案