swiftUI
-
Presenting Confirmation Dialogs In SwiftUI
SwiftUI provides a built-in confirmation dialog to present to users and in this post you can find out all the details you need to use it.
-
The onHover View Modifier In SwiftUI
Read about the onHover view modifier in SwiftUI that allows to detect and react on hover events and learn how to use it through a simple app.
-
First Experience With Transferable Implementing Drag And Drop In SwiftUI
Get a first taste of the new Transferable protocol in SwiftUI, learning how to drag and drop objects of a custom Codable type using it.
-
Does SwiftUI View Not Compile? Time To Start Making It Lighter
Read about an actual issue in SwiftUI met in a real project making it impossible to compile, and a useful working solution to get around it.
-
Presenting The Preferences Window On macOS Using SwiftUI
Most macOS apps present a Preferences window to configure settings, and this post demonstrates how to do that in your own apps using SwiftUI.