Swift Ninja Logo

Month: June 2016

Lesson 016 – Error Handling Basics Part 1

In our last lesson, we glossed over handling the errors that could occur during our JSON parsing because I wanted to focus on the specific functionality we [...]

Lesson 015 – The Basics of REST API Request/Response

So far, all of our interactions in Swift have taken place locally. That is to say that we either operate fully in a Playground or we include everything that [...]

Lesson 014 – Intro to Custom TableView Cells, the Remix

In our last lesson, we created a custom cell for our table view. There was nothing inherently wrong with the steps we took to do it, but there are times when [...]