Using SwiftUI `View`s in `UIView`s
Directly add a SwiftUI View to your UIView without a UIHostingController
3 min read
swiftui quicktip
Directly add a SwiftUI View to your UIView without a UIHostingController
How to quickly generate a preview for your UIKit View
How to quickly extend cross-platform SwiftUI for macOS size classes
Often, we pass functions as stored arguments to an object. In this quick tip, we explore how we can still maintain `Hashable` and `Equatable` when we do so, without having to write it ourselves.
Get highlight styles for SwiftUI views in List, without using a NavigationLink