Swift Ninja Logo

Month: December 2016

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

Lesson 029 – UIActionViewController

Have you ever wondered how some applications can allow you to share data to Twitter, Facebook, iMessage, etc? It is actually a built-in iOS functionality and [...]