Skip to content

JPluto/LeveyPopListView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's it?

When your app have so many options to choose, LeveyPopListView is a alternative of UIActionSheet, hope it can help someone :)

How to

Create and show the View

LeveyPopListView *lplv = [[LeveyPopListView alloc] initWithTitle:@"Share Photo to..." options:_options];
lplv.delegate = self;
[lplv showInView:self.window animated:YES];
[lplv release];

Get the delegate methods

#pragma mark - LeveyPopListView delegates
- (void)leveyPopListView:(LeveyPopListView *)popListView didSelectedIndex:(NSInteger)anIndex;
- (void)leveyPopListViewDidCancel;

Screenshot ⤵

Screen

About

LeveyPopListView is a alternative of UIActionSheet : )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published