How did Instagram developers view a profile by switching between a UICollectionView and a UITableView?
I have two solutions:
- UIScrollView , which contains the UIView at the top and UIView , which contains the UICollectionView and UITableView , and the delegate itself scrolls these views.
- Or UITableView and UICollectionView with Top Insests in each view?
Which one is better, what do you think? Can you provide other solutions?


source share