Embedding SwiftUI view in UIKit viewsIn the world of iOS development, SwiftUI has emerged as a powerful and intuitive framework for building user interfaces. Its declarative…Jul 14, 20231Jul 14, 20231
SwiftUI missing modal presentation view modifierSwiftUI is a user interface framework provided by Apple that allows developers to build elegant and responsive apps for all Apple platforms…Feb 12, 2023Feb 12, 2023
Card Scanner in SwiftUIThe CardScanner view can be configured using the Configuration struct, which allows for customization of the watermark text, font, accent…Feb 5, 2023Feb 5, 2023
Published inMac O’ClockSwiftUI Flow Coordinator pattern with NavigationStack to coordinate navigation between views (iOS…Last year, I wrote an article on applying the Flow Coordinator pattern to SwiftUI using NavigationView and NavigationLink. At the last…Nov 11, 20222Nov 11, 20222
Published inMac O’ClockSwiftUI Flow Coordinator pattern to coordinate navigation between viewsThis article covers navigation in SwiftUI pre-iOS 16. If you are interested with implementing flow coordinators for newer versions of iOS…Jan 23, 20224Jan 23, 20224
Published inMac O’ClockSwiftUI MVVM clean architectureIn this tutorial I will try to present you how to use clean, testable and maintainable architecture when using SwiftUI.Dec 11, 20212Dec 11, 20212
Using SwiftUI Previews in Cocoapods framework librariesIn this article I will demonstrate you step by step how you can use SwiftUI previews not in Xcode application project but rather custom…May 20, 20211May 20, 20211
Published inMac O’ClockAvoiding keyboard in SwiftUIIn this tutorial I would like to demonstrate approach do implement keyboard avoidance in SwiftUI framework.May 4, 2020May 4, 2020
UICollectionView in SwiftUI — reusable component with UICollectionViewCompositionalLayout and…In part 1 of this series of tutorials we’ve implemented generic CollectionViewController class in UIKit that is backing our SwiftUI…May 3, 2020May 3, 2020
UICollectionView in SwiftUI — reusable component with UICollectionViewCompositionalLayout and…In WWDC 2019 Apple has presented many new apis and frameworks. We all now about introduction of brand new declarative UI framework SwiftUI…May 3, 2020May 3, 2020