I’m trying to learn how to use UICollectionView
. The documentation is a little hard to understand and the tutorials that I found were either in Objective C or long complicated projects.
When I was learning how to use UITableView
, We ❤ Swift’s How to make a simple tableview with iOS 8 and Swift had a very basic setup and explanation to get me going. Is there anything like this for UICollectionView
?
The answer below is my attempt to learn to do this.