Skip to content

chucklin/CKTableAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKTableAlertView

Usage

Simply initial it with an NSArray, title, and specify if cancel button is needed.

NSArray *data = [[NSArray alloc] initWithObjects:@"1", @"2", nil];
CKTableAlertView *alert = [[CKTableAlertView alloc] initWithArray:data title:@"This is a title" hasCancelButton:YES];
[alert show];

You can implement CKTableAlertViewDelegate in order to catch the event of clicking cells. See more details from the Demo project.

License

This project is released under the MIT License.

Screenshot

Screenshot

Reference

http://joris.kluivers.nl/blog/2012/03/02/custom-popups-revisited/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published