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

KBAlertController #2

Open
edekhayser opened this issue Jan 7, 2016 · 1 comment
Open

KBAlertController #2

edekhayser opened this issue Jan 7, 2016 · 1 comment

Comments

@edekhayser
Copy link
Owner

This is the next task that must be completed. There are two possible ways this class can work:

  1. Move up and down using arrow keys and select using Return
  2. Selecting the first/second/third option using Command+1/2/3 (or similar).

I am leaning towards the second option only because it seems more feasible and because it does not override any UIAlertController actions. The system class already uses Return to select the default action.

@edekhayser
Copy link
Owner Author

Problem with either approach: adding UIKeyCommands to a UIAlertController do not work properly. This may require adding the alert as a child view controller of another UIViewController subclass and adding key commands to the parent.

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

No branches or pull requests

1 participant