Add Custom View to SafeArea in SwiftUI
In the Apple ecosystem, the safe area is the designated region within a view that is not covered by elements such as navigation bars, tab bars, toolbars, or other views. SwiftUI views respect safe areas automatically, but sometimes you might need to place content inside…
Mobile App Development
0
Getting Started with Kotlin Multiplatform[2/n]: Moko Shared View Model & Koin DI | by Debanshu Datta | Nov, 2023
After successfully implementing the basic Kotlin multiplatform app in our last blog, we will now focus on following a simple architecture with use cases, dependency injection, Shared View Model etc. We will build on what we built in the first part of the blog. We…