Open
Description
openedon Jan 3, 2017
Dear WinObjC Engineers,
In UIAlertView.mm the number of buttons is hardcoded to 16:
ActionButton _buttons[16];
and there is no check on this limit when adding buttons so adding over 16 throws an exception.
Sincerely,
Ed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment