Skip to content

shenyuexin/DCAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCAlertView

You can use it like UIAlertView

DCAlertView *alertView = [[DCAlertView alloc] initWithTitle:@"Hello!"
                                                    message:@"AlertView"
                                          cancelButtonTitle:@"NO"
                                          otherButtonTitles:@"YES", nil];
[alertView setAlertViewClickBlock:^(NSString *buttonTitle) {
    NSLog(@"buttonTitle:%@",buttonTitle);
}];
[alertView show];

About

Custome AlertView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published