iOS TUTORIALS
Create a custom Start-and-End Time Picker Alert in Swift
This tutorial is concise and assumes that you already know how to add constraints, […]
Swift – Display route between 2 locations using MapKit
Apple’s MapKit makes it very easy to get directions from one coordinate to another. […]
Swift – Display route between two coordinates on Google Map / GMSMapView, using MapKit – MKDirections
This tutorial shows, in a Swift app, how we can use MapKit’s free direction […]
Show a route between two coordinates on GoogleMaps with Swift
For this tutorial, we assume you already have successfully integrated Google Maps into your […]
Swift — Navigation App Chooser — Prompt the user to choose app to open Map Directions
This solution prompts the user to choose from the available navigation apps in the […]
iOS App Localization
Localization is the process of making your app support other languages. Xcode has build-in […]
Set default custom font for entire app – Swift 5
There is no standard way of setting a custom font for an entire iOS […]
Universal Links in iOS
Do you want to enable your users to launch your app directly from a […]
Self-sizing Custom Table View Cells
A common challenge during app development is dynamic variable heights for your custom cells […]
Getting Started with Cloud Firestore for iOS
Firebase Realtime Database has been used since several years by mobile developers, for making […]
Creating an iOS Place Picker / Places Autocomplete / Search UI using Mapbox API
Although not as popular as Google, Mapbox provides a very useful Places API which […]
MapBox Tutorial for Swift: Maps, Location, Markers/Annotations
Getting Started Sign up for an account at mapbox.com/signup. Find your access token on your […]
Swift PayTM integration [2019]
This is a simple example of integrating Paytm SDK into your iOS app using […]
Alamofire wrapper with SwiftyJSON
Most iOS apps have to communicate with their backend servers. Alamofire is a very […]
Curved Tabbar with a round middle button – Swift
Tab Bars are an essential component and one of the most commonly used features […]
UserDefaults: Saving values and objects locally in iOS apps
iOS apps have an in-built data dictionary for storing small amounts of data, mostly […]
Swift: Simplify JSON decoding: using Codable
When you’re making many API calls in your app, and your response objects are […]