标签: iphone objective-c cocoa-touch uitableview
答案 0 :(得分:2)
答案 1 :(得分:0)
在
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
默认返回值为1。 Check it in documentation
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
是必需的方法