Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个水平表格视图,我想移动这个表格视图并根据我在视图中间给出的 indexPath.row 定位单元格。
我正在尝试找到该方法但找不到它:(
你可以帮帮我吗。
谢谢 !
我想你正在寻找这个:
[self.tableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionMiddle animated:YES];