我想为 UITableView
选择索引。
我写了以下代码:
NSIndexPath *index = [NSIndexPath indexPathForRow:1 inSection:0];
[tableView scrollToRowAtIndexPath:index
atScrollPosition:UITableViewScrollPositionTop
animated:YES];
这总是工作的第一个项目。我想在 indexPathForRow.
中选择索引
请帮帮我。 谢谢。