UITableView默认选中第一个cell
- (void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
NSIndexPath *selectCell = [NSIndexPath indexPathForRow:0 inSection:0];
[self.tableVIewSecondClass selectRowAtIndexPath:selectCell animated:NO scrollPosition:UITableViewScrollPositionNone];
}

浙公网安备 33010602011771号