//若是有數據,默認選中第一行並請求第一行的數據 spa
if(self.tableViewData.count>0) orm
{ it
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForItem:0 inSection:0] animated:YES scrollPosition:UITableViewScrollPositionTop];//設置選中第一行(默認有藍色背景) io
[self tableView:self.tableView didSelectRowAtIndexPath:[NSIndexPath indexPathForItem:0 inSection:0]];//實現點擊第一行所調用的方法 table
}
select