How to create UICollectionView in Swift – Tutorial

Introduction to UICollectionView and Swift3  UICollectionView is control used to create grid based layouts in iOS app development. With the introduction of swift3, lot of syntax changes happened, so let us dive in to the tutorial to create UICollectionView in swift.. We will use custom UICollectionViewCell class in our tutorial. Steps to create UICollectionView in […]

How to create UICollectionView in Swift – Tutorial Read More »