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.
Tutorials, practical guides, and more about the SwiftUI framework.
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.
Meet the ViewBuilder attribute that enables us to create and return SwiftUI views from methods, and read about an additional useful tip.
Find out what the available styles of the SwiftUI Picker view on macOS are, and how the same view can result in different controls.
Read how to embed SwiftUI views in storyboard-based macOS projects and what to watch out for. Boost your productivity & make coding funnier!
Most macOS apps present a Preferences window to configure settings, and this post demonstrates how to do that in your own apps using SwiftUI.
Displaying borders around views in SwiftUI is easy, and this post shows how to draw borders that are simple, rounded, or have another shape.
Find out in this quick post how to present a popover in SwiftUI, what's important to remember, and what you should be expecting from it.
Read about the redacted view modifier in SwiftUI and how to show placeholders while fetching data or displaying sensitive information.
Read in this post how to define custom keys in the SwiftUI environment and have values globally accessible throughout the view hierarchy.
Learn how to create tab bar based applications in SwiftUI with the Tab view, how to deal with tab items, and other interesting details.