Understanding Swift Properties: A Comprehensive Guide: 1)Swift properties are an essential feature in both classes and structs, offering various ways to store and manage data. This post dives…Aug 28, 2024Aug 28, 2024
Swift 6.0: Key Language Enhancements for DevelopersSwift 6 was released during WWDC 2024 on June 11th and became officially available with Xcode 16. This release introduces several…Jul 7, 2024Jul 7, 2024
Computed PropertiesAccording to Apple : “In addition to stored properties, classes, structures, and enumerations can define computed properties, which don’t…Apr 22, 2024Apr 22, 2024
“addChild and didMove” Methods in Swift in detailsIn iOS development, understanding the relationship between view controllers and views is crucial for building robust and interactive…Feb 25, 2024Feb 25, 2024
Asset Catalogs from XCode15NO need to use R.swift and Swiftgen any more for assets (image and color only).Sep 15, 2023Sep 15, 2023
SSL pinning with certificateWe use SSL pinning to ensure that the app communicates only with the designated server itself. One of the prerequisites for SSL pinning is…Aug 16, 2023Aug 16, 2023
iTunesSearchAPIDemo with SwiftUI + Combine with MVVMWe are using iTunes search API and mocking UI as well.Aug 12, 2023Aug 12, 2023
Convert UTC date to any formatter easilyWe are going to use ISO8601DateFormatter for this conversion. More about for this formattter.Aug 7, 2023Aug 7, 2023