Swift Ninja Logo

iOS

Lesson 034 – CocoaPods

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 [...]

Lesson 033 – UIAlertController with Input

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 [...]

Lesson 032 – Custom Fonts

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 [...]

Lesson 031 – UIAlertController

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 [...]

Lesson 030 – Unwinding Segues

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 [...]