我想在FIRST time tableView加载期间显示默认单元格。我知道下面的方法,但不知道我应该把它放在哪里。我的默认单元格超出了willDisplayCell
。
[self.tableView selectRowAtIndexPath:defaultIndexPath
animated:YES
scrollPosition:UITableViewScrollPositionMiddle];
例如我的TableView数据源有20行,但我的tableView大小只能容纳6行。我希望在第一次加载tableView时滚动并选择第12行。
答案 0 :(得分:0)
也许在方法中使用方法viewWillAppear或代替此调用[cell setSelected:YES] [tableView cellForRowAtIndexPath:indexPath]