You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
graphical interfaces
iOS oder tvOS
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 ?
The text was updated successfully, but these errors were encountered: