您的位置:首页 > 其它

默认tableview选中第一个cell

2015-12-01 17:18 369 查看
if ([tableView.delegate
respondsToSelector:@selector(tableView:didSelectRowAtIndexPath:)]) {
[tableView.delegate
tableView:tableView didSelectRowAtIndexPath:[NSIndexPath
indexPathForItem:0
inSection:0]];
}

原文链接:http://www.th7.cn/Program/IOS/201411/320220.shtml
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: