Tag:quicktip
All the articles with the tag "quicktip".
Cross-Platform Size-Aware SwiftUI
Posted on:April 7, 2023How to quickly extend cross-platform SwiftUI for macOS size classes
Generating SwiftUI Previews for UIKit
Posted on:May 1, 2023How to quickly generate a preview for your UIKit View
Generating `Hashable` and `Equatable` for functions
Posted on:April 4, 2023Often, 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.
Just Use A Button
Posted on:March 19, 2023Get highlight styles for SwiftUI views in List, without using a NavigationLink
Using SwiftUI `View`s in `UIView`s
Posted on:April 15, 2024Directly add a SwiftUI View to your UIView without a UIHostingController