我想为UITableView
. 我写了以下代码:
NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0];
[tableView scrollToRowAtIndexPath:index
atScrollPosition:UITableViewScrollPositionTop
animated:YES];
这始终适用于第一项。我想选择索引indexPathForRow.
请帮忙。谢谢。