In this lesson, we take a look at CocoaPods. CocoaPods is the most popular dependency manager for the iOS platform, whether you are writing in Objective-C or [...]
In this lesson, we revisit the UIAlertController from Lesson 031 and take a look at how we can repurpose those alerts to not only respond to button clicks, but [...]
In this lesson, we take a look at what it takes to include custom fonts into our iOS application to really give it a signature look. As you'll see, it isn't [...]
In this lesson, we take a look at using the UIAlertController to display messages and choices to the user. Since iOS 8, the UIAlertController has replaced the [...]
In this lesson, we take a look at unwinding segues. This is an important technique because it allows you to easily implement functionality in a modal without [...]