Closed woj-tek closed 3 years ago
I don't think, that UIKit is suitable for this project
Construct and manage a graphical, event-driven user interface for your iOS or tvOS app
This description of UIKit states that it is designed for
Since notifications can be triggered using cli only this crate will use these.
NSUserNotifications are deprecated but switching to the newer UN* API (#10). Unfortunately you have to be a signed application to access that API. (This seems to be the same if we would like to use the ui kit)
Is there a plan to be able to show Alerts (instead of plain notifications): https://developer.apple.com/documentation/uikit/uialertcontroller ?