alexanderjarvis / PXAlertView

A drop-in replacement for UIAlertView that is more customisable and skinnable
MIT License
592 stars 95 forks source link

Dismiss Programatically #43

Closed guilhermerosa93 closed 10 years ago

guilhermerosa93 commented 10 years ago

Hi guys, whats up ? I want dismiss my PXAlertView programatically without click in button, is there an event/function for this ? I really need this. Thanks

PS: dismiss view controller function not worked.

guilhermerosa93 commented 10 years ago

[SOLVED] let this method "- (void)dismiss:(id)sender animated:(BOOL)animated;" public. The sender is the view controller where the PXAlertView is.