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