iOS TUTORIALS
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