Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying alerts with actions? #31

Closed
woj-tek opened this issue Apr 11, 2021 · 1 comment
Closed

Displaying alerts with actions? #31

woj-tek opened this issue Apr 11, 2021 · 1 comment
Labels

Comments

@woj-tek
Copy link

woj-tek commented Apr 11, 2021

Is there a plan to be able to show Alerts (instead of plain notifications): https://developer.apple.com/documentation/uikit/uialertcontroller ?

@h4llow3En
Copy link
Owner

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

  1. graphical interfaces
  2. 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants