In order to view this lesson, you must purchase this course.
In this last section of the course, we'll be implementing the last detail of our <b>TodayController</b> list by implementing a second type of cell. To do this, we'll go through the standard process of creating a new cell class and then registering it on our UICollectionView. After we're able to render it using some hard coded values, we'll move onto support a more dynamic list by utilizing enumerations in our TodayItem class. Enjoy.