Custom iOS 26 Full Page Swipe-Back Gesture
UIKit-SwiftUI interpolation in practice
May 16, 20265 min read10

Search for a command to run...
Articles tagged with #uikit
UIKit-SwiftUI interpolation in practice

Introduction In the world of iOS app development, SwiftUI has gained significant popularity due to its modern, declarative approach to building user interfaces. However, there are times when you may need to leverage existing Objective-C view controll...

There may be times when you need to use some of the traditional UIKit controls in your SwiftUI app. Fortunately, SwiftUI allows you to integrate UIKit components into your app seamlessly. In this blog post, we'll explore how to integrate UIKit into S...
