我有一个静态 tableviewcontroller (必须以这种方式完成),但我想在加载时将其设置为某个位置(索引 40)。不幸的是,下面的代码只有在它不是静态的时候才有效。有没有其他方法可以做到这一点?
[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathWithIndex:1]
atScrollPosition:UITableViewScrollPositionNone
animated:NO];