In order to view this lesson, you must purchase this course.
Let's kick off the course with a very straightforward lesson in creating the main UITabBarController subclass for our application. This class will be responsible for coordinating all the pages that our user will have access to. Because we are learning how UIKit functions under the hood, we'll be learning everything programmatically.
I like to start of the courses with an easier lesson. Once we get this task completed, we'll kick up the difficulty by implementing more interesting features.