How To Play Sounds Files And Manage Duration Progress – AVAudioPlayer Tutorial
Update November 2016: Fully updated for Xcode 8 and Swift 3. AVAudioPlayer class is one of the AVFoundation framework classes and APIs. It comes in handy to pla...
Update November 2016: Fully updated for Xcode 8 and Swift 3. AVAudioPlayer class is one of the AVFoundation framework classes and APIs. It comes in handy to pla...
Interacting with System directories in your device is often a common task and comes in handy when you need to store some type of data for later use, without the...
Update February 2017: Fully updated for Xcode 8 and Swift 3. Since iOS 9, MapKit was enriched with more cool features that worth to try out and use to empower y...
Update October 2016: Fully updated for Xcode 8 and Swift 3 Loading a massive number of images asynchronously in a scrollable view like UITableView can be a comm...
If you notice already, UISearchController is implemented on the Phone and Messages apps on the iOS system. This class was first introduced with the iOS 8 SDK, a...
This is the third part of our Google maps SDK series. In the first tutorial, you Learned how to use the Google maps SDK to deliver search suggestions, autocompl...
This is the fourth part of the MapKit tutorial series, each part was covering a specific tool of the wonderful MapKit arsenal. This tutorial purpose is to show ...
Event Kit framework is designed to grant developers access to data generated by both Calendar and Reminders system apps. The framework provides a set of API to ...
Update November 2016: Fully updated for Xcode 8 and Swift 3. You will often need to download content to use in your app. NSURLConnection used to be a great inte...
The google maps SDK is full of interesting features. If you are planning to make a map app in iOS, you should consider it to extend your app with cool services ...