NSIndexPath*scrollIndexPath
= [NSIndexPathindexPathForRow:10inSection:0];[[selftableView]scrollToRowAtIndexPath:scrollIndexPath atScrollPosition:UITableViewScrollPositionTopanimated:YES];NSIndexPath*scrollIndexPath
= [NSIndexPathindexPathForRow:10inSection:0];[[selftableView]scrollToRowAtIndexPath:scrollIndexPath atScrollPosition:UITableViewScrollPositionTopanimated:YES];
被折叠的 条评论
为什么被折叠?