iOS_tableview滚动到指定位置,因为section=0
2021-01-09 本文已影响0人
Qy_iOS
[_tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:NSNotFound inSection:_sectionNum-1] atScrollPosition:UITableViewScrollPositionTop animated:YES];
[_tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:NSNotFound inSection:_sectionNum-1] atScrollPosition:UITableViewScrollPositionTop animated:YES];