Coordinators & SwiftUI
Can we apply Coordinator approach for SwiftUI?

Search for a command to run...
Articles tagged with #swiftui
Can we apply Coordinator approach for SwiftUI?

Learn how to use UIHostingController’s sizing options

if you prefer to watch video you can find it here. You can say that UIKit is great, but SwiftUI is a future. But don’t hurry up to burry UIKit, as you will understand soon, it is still very useful to understand how SwiftUI works under the hood. Swif...

if you prefer to watch video you can find it here. Intro As iOS developers, we engage extensively with user interfaces. Understanding of various aspects of UI like lifecycle or layout is crucial for working with UIKit and SwiftUI. Do developers truly...

In the previous posts about Dependency Injection, we learned about the importance of DI in building scalable, maintainable, and testable iOS applications. We also learned that the Factory library can be a modern solution for DI. NOTE: In this post, I...
