In order to view this lesson, you must purchase this course.
A very common layout pattern you'll find in iOS applications is where you render out a Header above your cells in a UICollectionViewController. Because we don't want to always type out tedious registration code, we'll be using ListHeaderController that does a lot of the heavy lifting. I'll show you how to do this in this lesson.