Part 4: Add Search Bar To Swift JSON Parser App

Part 4: Add Search Bar To Swift JSON Parser App

After the implementation of part 3 of this series, we will add a search bar in this Swift JSON parser app to allow the user to search for the tracks that they like to play. This article will be shorter than other articles in this series of app development. Code...
Part 3: Play 30 Second Track Preview

Part 3: Play 30 Second Track Preview

Hi there, I hope you must be liking this series because you have complete 2 part already and wants to do the 3rd one :). Here in this article, you will learn how you can fetch a URL from JSON response from Spotify Web API and play the audio from it using AVFoundation...
Part 2: Add Image and Detail Album View Controller

Part 2: Add Image and Detail Album View Controller

Hey everyone, I hope you are doing good. Let’s go ahead and improve our JSON Parse Xcode project and add some more features to it. This article will teach you how to grab image URL and show it into the view controller and open a segue view controller if the user...
Parse JSON Using Swift 3 And Load Data In Table View

Parse JSON Using Swift 3 And Load Data In Table View

Hey developers, today we will look into one aspect of AlmoFire, that is to make a GET method to grab data from the Spotify API and parse the response with Swift 3. In this tutorial to make it bit cleaner we’re just going to be grabbing the titles coming from...