开发者

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

开发者 https://www.devze.com 2023-02-21 19:19 出处:网络
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.

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

精彩评论

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