Beginning Collection Views
Learn all about using collection views in iOS, starting with the basics, such as setting up a collection view in Interface Builder, and then move right through to some more advanced topics, like creating and manipulating custom cells and layouts. By Michael Briscoe.
Find out what's covered in our Beginning Collection Views video tutorial series and learn what a Collection View is and how is it similar to a Table View.
Learn about the most important components of collection views; the controller, the layout, and the data source.
In this video tutorial we cover creating a custom collection view cell, and loading an image into each cell.
In this video tutorial, we sort the collection view into multiple sections with each displaying a title.
In this beginning collection views video tutorial you'll learn how to add new cells to your collection view.
Learn how to customize your layout by creating a subclass of UICollectionViewFlowLayout and add an animation when an item is inserted into the collection view.
In this video tutorial, we’re going to take a look at how you can delete cells from the collection view.
In this video tutorial, we’re going to take a look at how you can move cells around using drag-and-drop.
In this video tutorial we’ll look at the Cell-Prefetching feature introduced in iOS 10, which can improve the scrolling performance of your collection views.
In this final video we'll review what you've learned about using collection views in your apps, and discuss where to go from here.