iOS 默认Cell选中

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

 

posted @ 2015-04-24 17:04  AliliWl  阅读(385)  评论(0编辑  收藏  举报