Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planned delegates #8

Closed
evliu opened this issue May 6, 2014 · 3 comments
Closed

Planned delegates #8

evliu opened this issue May 6, 2014 · 3 comments

Comments

@evliu
Copy link
Contributor

evliu commented May 6, 2014

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

@kkotar
Copy link

kkotar commented May 7, 2014

+1

@evliu
Copy link
Contributor Author

evliu commented May 7, 2014

added a pull request here:
#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
Copy link
Contributor Author

evliu commented May 7, 2014

#11

mtonio91 added a commit that referenced this issue May 7, 2014
issue #8 - [self dismissAlertView] inside handleButtonTouched:
mtonio91 added a commit that referenced this issue May 9, 2014
#8 - Add delegates for alertViewWillShow, alertViewDidShow, alertViewWil...
@mtonio91 mtonio91 closed this as completed May 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants