Read the latest articles in the 'Swift' category.
MacOS SwiftUI Swift
Replicating the MacOS Search TextField in SwiftUI
I wanted to add a search text field to a MacOS app that I'm working on and soon discovered it's not available in SwiftUI (as off 5.1). I've put together a quick replication which mostly works, but unfortunately involves some hackiness.
Mitch
Swift Xcode MacOS
Creating a global configurable shortcut for MacOS apps in Swift
I recently released my first MacOS app and after a lot of trial and error, discovered that there are not enough Swift for MacOS tutorials! Consider this my first contribution to the cause 🙂.