-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Some of the new SwiftUI features can be useful for this application in the future, but are not available for the current macOS version.
- The searchable modifier can be used to provide a unified search solution for macOS and iOS with plain SwiftUI (no need for AppKit/UiKit).
- Async/await can be used to write more readable asynchronous methods.
- Multicolumn tables can be used in Results, members, and groups. ++