Anup Sahu·Sep 20, 2024iOS Code Modular Architecture using Swinject & SPMBy default iOS Codebase is monolithic, Monolith is good when we are using good architecture like Clean Architecture + MVVM. Still, the app…
Anup Sahu·Aug 26, 2024Futures and Promises in Combine | Combine Series #1Futures are a lesser-known but powerful feature of the Combine framework that allow us to convert @escaping closures into Publishers. In…
Anup Sahu·Dec 19, 2023On-Demand Resources in iOSOn-demand resources help to reduce the initial download size of applications that rely on large assets for use. This is especially useful…
Anup Sahu·Jan 20, 2023Enabling SSO for the AppAuth SDK in iOSThere are 3 options for enabling SSO with session cookies when it is not available by default in an OAuth 2.0 client built with AppAuth for…
Anup Sahu·Oct 24, 2021Solve CoreData Warning: ‘NSKeyedUnarchiveFromData’ should not be used to for un-archiving and will…Hint : Replace NSCoding with NSSecureCoding.
Anup Sahu·Mar 5, 2021VIPER Design Pattern or Architecture? — SwiftSeries 2:- Basics of Clean Architecture And Comparison Between VIPER And Clean Architecture.
Anup Sahu·Mar 3, 2021VIPER Design Pattern or Architecture? — SwiftSeries 1 :- build a Simple Open Weather App with API Calls Using VIPER.