Home » Posts tagged "NSURL"

Creating an Audio Player with Swift

iOS Swift Audio Player

You will learn how to create an audio player with Swift, comprising of a play button, stop button, and a slider for volume adjustment. We will begin by adding an audio file to the resources of the project. If you do this, any audio format...

Connect your apps to iTunes Search API

Swift Program iTunes Search API

In this tutorial, you will know how to connect to the iTunes search API using Swift, download the JSON results, and parse them to the dictionaries. This information will then be used to populate the table views. A click event will then be added to...