mtonio91 / AMSmoothAlert

Cool AlertView
MIT License
1.26k stars 158 forks source link

Planned delegates #8

Closed evliu closed 10 years ago

evliu commented 10 years ago

Did you plan on adding delegates in place of ones like -(void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex;? Thx!

kkotar commented 10 years ago

+1

evliu commented 10 years ago

added a pull request here: https://github.com/mtonio91/AMSmoothAlert/pull/10 I just realized I forgot to dismiss the view as well, thus not following the name of the function, haha... Just gotta [self dismissAlertView] as the first function inside the handleButtonTouched method and remove the else statement

evliu commented 10 years ago

11