Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chucklin/CKTableAlertView

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.