UICollectionView Demo in Swift

11 minute read

UICollectionView can be used for displaying set of data in rows and columns The main difference between UICollectionView and UITableView is that CollectionVi...

Adaptive Layout in iOS

4 minute read

Adaptive Layout was introduced in iOS 8 to address the problem of designing user interface for different devices and screen sizes. In the earlier version of ...