
Create a custom collection view cell class to handle internal user interface, add a selected label, and implement a trash deletion flow removing items from the data store and collection.
Create a custom collection view cell with an item label and a circular select label to indicate selection; wire outlets and apply mask to bounds and corner radius for multi-select.
Learn how to implement cell selection in edit mode for a collection view in iOS with Swift, display a checkmark when selected, and troubleshoot reuse identifier and offset rendering issues.
Build a programmatic collection view cell from scratch in iOS, including a custom cell class, layout constraints, and emoji data-driven configuration for display.
Build a programmatic collection view using a flow layout, register cells, implement data source and delegate, and add header supplementary views for section titles.
Configure a programmatic view controller to build a custom collection view layout, create superhero models, register and display snappy cells, and implement a blur-backed visual effect for a polished UI.
A collection view is a way to present an ordered set of data items using a flexible and changeable layout. The most common use for collection views is to present items in a grid-like arrangement, but collection views in iOS are capable of more than just rows and columns.
In this course you will learn to harness the power of Collection Views. Build an app from scratch, and customize it by creating and manipulating custom collection view cells. You will also learn how to create UICollectionViews programmatically and add supplemental views to display custom header for each section of your collection view.
This course is designed for anyone who wants to create flexible grid layout using collection views. This course takes practical approach by teaching you each aspect in order to create an efficient collection view along with tip and tricks associated with collection views.