[self.tableView reloadData];
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:NO scrollPosition:UITableViewScrollPositionTop];
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] animated:NO scrollPosition:UITableViewScrollPositionTop];
本文介绍如何使用 iOS 开发中的 UITableView 控件进行数据刷新,并实现自动选中表格视图的第一项。
2374

被折叠的 条评论
为什么被折叠?



