UITableView和UICollectionView自動滾動到某一行

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