UITableView和UICollectionView自动滚动到某一行

//---------------UITableView--------------------- NSIndexPath *scrollIndexPath = [NSIndexPath indexPathForRow:10 inSection:0]; [[self tableView] scrollToRowAtIndexPath:scrollIndexPath atScrollPosit
相关文章
相关标签/搜索