开发者

Does any one know how to link One UITableviewGroupedCell to a detailview and link another cell to another detailview?

Does any one know how to link One UITableviewGroupedCell to a detailview and link another cell to another detailview? I've tried everything and searched everything.

FYI: Its a grouped tableview on the fifth tab of a tabbar app. IDK if you need to know thi开发者_如何学编程s, but its there


you can do it in

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

first check for indexPath.section and then indexPath.row

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜