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
This is the next task that must be completed. There are two possible ways this class can work:
Move up and down using arrow keys and select using Return
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.
The text was updated successfully, but these errors were encountered:
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.
This is the next task that must be completed. There are two possible ways this class can work:
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.
The text was updated successfully, but these errors were encountered: