Swift Ninja Logo

iOS

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

Lesson 028 – UITableView Swipe Actions

In this tutorial, we build on top of what we started creating in Lesson 027. Instead of just a click taking us to the detail page, now we want to swipe to [...]

Lesson 027 – Master-Detail Views

In this lesson, I cover how to create a Master-Detail relationship between a tableview and a separate detail view. I teach this simply and from the ground up, [...]

Lesson 025 – Saving User Settings

In this Lesson, we take a look at one simple way that you can save a user's default settings or any other simple information that can be represented as a [...]

Lesson 024 – TabBar Navigation

In this lesson, we revisit some iOS navigation techniques. Last time, in Lesson 010, we used the Navigation Controller to move between Views. This time, we [...]