Martin Andersson
Results
2
comments of
Martin Andersson
If I: ``` func setCollectionViewDataSourceDelegate(dataSourceDelegate: D, forRow row: Int) { collectionView.delegate = dataSourceDelegate collectionView.dataSource = dataSourceDelegate collectionView.tag = row collectionView.setContentOffset(collectionView.contentOffset, animated:false) // Stops collection view if it was scrolling. collectionView.reloadData()...
@ameli90 I don't even remember what project I was using this for so I can't even look too see what I ended up doing. :)