How to build a UICollectionView in iOS 8

Channel:
Subscribers:
26,700
Published on ● Video Link: https://www.youtube.com/watch?v=OBL8OJUWmsI



Category:
Guide
Duration: 27:00
24,596 views
185


In this video I'll show you how to build a UICollectionView from scratch in Xcode 6. The class is available for both iPhone and iPad since iOS 6. If you know how to build a UITableView then building a UICollectionView will be familiar to you.

In this video I'll show you how to build a UICollectionView from scratch in Xcode 6. The class is available for both iPhone and iPad since iOS 6. If you know how to build a UITableView then building a UICollectionView will be familiar to you.

I'll start with a single view application, delete the ViewController class and start fresh with a UICollectionViewController. Next I'll add a custom class for the UICollectionViewCell and then we'll hook it up.

By the end we'll have a simple Collection View App which allows multiple selections. I'm going to use this project to build on with other features in the future.

Read more in my companion article here: http://pinkstone.co.uk/how-to-build-a-uicollectionview-in-ios-8/







Tags:
ios Development
iPhone
iPad
Xcode
Objective C
UICollectionView
IOS (Operating System)
IOS 8 (Operating System)
Apple