我有listView
和detailView
。
在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 {
我错过了什么吗?