Closed masterrr closed 11 years ago
Standard UIAlertView doesn't have a close method and closes automatically, only if
[alert dismissWithClickedButtonIndex:0 animated:YES];
My point is when user pushes a button, alert view should be closed anyway.
The standard UIAlertView doesn't support the addSubview method either ;)
You got me! :)
This introduces a limitation of reusability. (If you want to close the dialog from outside, simply use [alertView close];)