码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 默认Cell选中

时间:2015-04-24 19:00:56      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:

NSInteger selectIndex = [NSIndexPath indexPathForItem:0 inSection:0];
[self.ui_tableView selectRowAtIndexPath:selectIndex animated:YES scrollPosition:UITableViewScrollPositionNone];

 

iOS 默认Cell选中

标签:

原文地址:http://www.cnblogs.com/AliliWl/p/4453961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!