How to make a simple collection view with Swift
This project has been tested with Xcode 10 and Swift 4.2. Create a new project It can be just a Single View App. Add the code Create a new Cocoa Touch Class file (File > New > File… > iOS > Cocoa Touch Class). Name it MyCollectionViewCell. This class will hold the outlets for the … Read more