Home  »  UI Demo - iOS9  »  How To Use UICollectionView In Swift 2, iOS 9 Application

How To Use UICollectionView In Swift 2, iOS 9 Application

Posted on 16 Oct 2015

UI Demo - UICollectionView (Swift 2, iOS 9)

Sample project demonstrate how to use UICollectionView within iOS Application (Swift 2, iOS 9). i.e. How to create custom cell using UICollectionViewCell, How to change corner radius of cell image runtime when UIStepper value changed.

Technology used
– UICollectionView, UICollectionViewCell.
– UICollectionViewDataSource, UICollectionViewDelegate.
– UIStepper.
– Fill up collection view using data source.
– Creating custom cell for collection view.
– Changing image corner radius runtime using UIStepper.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Platform
– Swift 2
– Xcode 7
– iOS 9

Supported Device
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9.

You can download source form GitHub profile.

Go to Top