UIKit or SwiftUI: what to use in production?
Designing data-driven interfaces compatible with both frameworks. Connecting SwiftUI with RxSwift and UIKit with Combine.
iOS development best practices, software architecture design, functional reactive programming, Swift, SwiftUI, Combine
Designing data-driven interfaces compatible with both frameworks. Connecting SwiftUI with RxSwift and UIKit with Combine.
Implicit technical requirements that should not be neglected
In this article , I collected my top confusing aspects of SwiftUI related to state management. It'd saved me hours of painful troubleshooting if I had this article on hands!
I've created a tool for changing the localization, accessibility settings and color theme for a running SwiftUI app. Your QA team will be happy!
The article about applying the fundamental Computer Science principles for improving the quality of the software at all levels.
I'm done using the ObservableObject in SwiftUI. Here is why.
Verifying the rumors about SwiftUI performance bottlenecks.
The story behind creating a Unit Testing framework .
Handling a deeplink in SwiftUI app.
Are VIPER, RIBs, MVVM or VIP suitable for a SwiftUI project?
Collecting AnyCancellable tokens in declarative SwiftUI fashion
A better way to represent the state of loading resource in MVVM.
Common problems when working with the program state and the ways to address them .
This article continues the series of posts about callback techniques in Cocoa, their comparison and benchmarking.
This article continues the series of posts about callback techniques in Cocoa, their comparison and benchmarking.
This article kicks off the series of posts about callback techniques in Cocoa, their comparison and benchmarking.
A better way to use logs in the code.