Writing
Swiftlang
- 01iOS

API Call times optimization in a data rich iOS app.
Discussing GraphQL optimization, and GCD
8 min readRead - 02iOS

DocumentScannerViewController: Discussion and Tutorial
Data Scanning and much more!
11 min readRead - 03iOS

UICalendarView Tutorial
Date Selections, Decorations, and more
7 min readRead - 04iOS

Using SwiftUI with UIKit in 2022
Discussing UIHostingController, ObservableObjects, UIHostingConfiguration, and more
7 min readRead - 05SPM
Introducing UpdateAvailableKit
This is UpdateAvailableKit: a super easy way to check if the installed app has an update available.
3 min readRead - 06Tutorial

Introducing ReleaseNotesKit
This is ReleaseNotesKit, a brand new, elegant, and extremely simple way to present the recent version’s release notes to your users. ReleaseNotesKit uses the iTunesSearchAPI to access information about the app.
4 min readRead - 07Tutorial

Safer and cleaner UserDefaults and AppStorage
In this article, I share with you how I use a safer version of UserDefaults in my SwiftLang projects.
5 min readRead - 08Tutorial
Introduction to Generics in Swift
Generic code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define.
3 min readRead - 09Tutorial
Introduction to Property Wrappers in Swift
A property wrapper helps you mark a clear distinction between the code that defines a property and the code that manages how that property is stored
4 min readRead - 10Tutorial
Optionals in Swift
Optionals are Swift Language traits that lets the programmer operate on a variable that may or may not have a value at a particular instance.
5 min readRead - 11Tutorial
Color Picker in iOS
WWDC 2020 brought many new UIControl APIs to iOS, iPadOS, and macOS. One of the best new additions is the system Color Picker
4 min readRead - 12Tutorial
SwiftUI MapView
In this tutorial, we’ll learn how crazy simple it is to integrate MapViews using the MapKit framework, which is now native, in your SwiftUI Applications
4 min readRead - 13Tutorial
UIMenu and UIAction in iOS
At WWDC 2020 Apple announced a whole new set of interactions with the existing UIMenu and UIAction APIs
4 min readRead