如何在导航到多个UITableViewCells的部分中实现点击UITableViewCell以获取详细信息?

时间:2012-06-28 08:41:41

标签: objective-c ios xcode uitableview uinavigationcontroller

我现在正在iOS开发中学习UITableView类,我想实现Tap a UITableViewCell在导航到多个UITableViewCells的那个附件类型中用于复选标记的部分,我该怎么办?请告诉我如何处理细节,大谢谢为了你的帮助!

    Like this picture:http://i.stack.imgur.com/kowdl.jpg

2 个答案:

答案 0 :(得分:1)

在当前的视图控制器中,您应该实现didSelectRowAtIndexPath,您需要创建另一个UITableViewController,当您在didSelectRowAtIndexPath中选择一个单元格时,您将推送新的UITableViewController {1}}。

答案 1 :(得分:1)

您需要实施UITableView委托方法 - - (void)tableView:(UITableView *)tView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

现在要确定具体UITableViewCell,您可以使用indexPath - indexPath.rowindexPath.section