tableview随笔

//获得row

        NSInteger row = [[self.treeTableViewindexPathForCell:(UITableViewCell *)[[[notification.userInfoobjectForKey:senderKey] superview] superview]] row];

        

        //获得section

        NSInteger section = [[self.treeTableViewindexPathForCell:(UITableViewCell *)[[[notification.userInfoobjectForKey:senderKey] superview] superview]] section];

        [selftableView:treeTableViewdidSelectRowAtIndexPath:[NSIndexPathindexPathForRow:row inSection:section]];

posted @ 2013-07-26 19:12  天牛  阅读(180)  评论(0编辑  收藏  举报