@neatsoftware
Nothing here yet.
Nothing here yet.
Aug 14, 2024 · 1 min read · To open System Settings on macOS to the Notifications panel and to a specific app's notification configuration in Swift: let notificationsPath = "x-apple.systempreferences:com.apple.Notifications-Settings.extension" let bundleId = Bundle.main.bundleI...
Join discussion
Dec 14, 2022 · 1 min read · Let's say you have a Picker in SwiftUI and want the ability to set its value to nil. In order for the optional binding to work correctly, you can tag each item with the value casted as the optional type. struct ContentView: View { @State var sele...
Join discussion