This article is part of the create iOS8 Applications with Swift tutorial series, here are the other published articles: Slimming down our API Controller code First off, our original plan was to show iTunes music information. So let’s modify the API controller to better handle this information. Before we start making changes I want to simplify the class. We’re going to use the sendAsynchronousRequest we learned about in part 5, and slim down our API controller. To do that, let’s ...
↧