Reputation: 115
Watching a youtube, I'm studying.
I want to change parts.
ImageView want to use instead UICollectionView.
So I want to scroll the image horizontally.
I would like to know how to add UICollectionView.
How can I ...?
code: https://github.com/purelyswift/facebook_feed_dynamic_cell_content
Upvotes: 0
Views: 228
Reputation: 8020
Looking at the image, it looks more like a UICollectionView
inside a UITableView
. See this article
Upvotes: 1