Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RooAlertView allows you to show a UIAlertView and pass a block to be called as the completion block. No more delegates.

[RooAlertView showWithTitle:@"Title" message:@"OH HAI, How's it going?" clickedCallback:^(NSInteger clickedButton) {
    NSLog(@"%d", clickedButton);
} cancelButtonTitle:@"Cancel" otherButtonTitles:@"OK", @"Been Better", nil];

TODO

Fix the static analyzer issue not liking RooAlertView's retain/release of itself. Would love someone to show me a better way to set this up.

About

UIAlertView with a completion block

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages