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
精彩评论