iOS 默认Cell选中

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

 

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