How to Easily Develop Your Own iOS Sound Classification App with Create ML
Recently I tried Create ML, my purpose was simply to develop a sample app that can distinguish snoring from other types of sounds. Create ML save me a lot of ti...
Recently I tried Create ML, my purpose was simply to develop a sample app that can distinguish snoring from other types of sounds. Create ML save me a lot of ti...
Update January 2022: This tutorial is updated to use Xcode 13.2.1 and Swift 5.5 If you are doing iOS for a while, you surely came across the Coordinator pattern...
This tutorial is by Akhilendra Singh, our Sweettutos.com team member and a passionate iOS developer from India with many apps published on the App Store. Flappy...
You surely noticed this in several apps already; A sticky view that stay at the top while you scroll down the screen. The "App Store" is one of the apps that us...
UITableViewCell objects are the core elements for table views and are used to draw the table view visible rows. Although I have covered a bunch of their concept...
MarkupKit is a framework for simplifying development of native iOS applications. It allows developers to construct user interfaces declaratively using a human-r...
As defined by Google, ground overlays are overlays on the map that are attached to latitude/longitude coordinates. Unlike markers, ground overlays move when you...
In a previous tutorial, you learnt how to implement the Google place picker API to get a nice set of nearby places around you. The google maps SDK for iOS has m...
Update December 2017: Fully updated for Xcode 9 and Swift 4. In a previous tutorial, you learnt how to customise the map annotations’ callouts. The detail...
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...