• Stars
    star
    268
  • Rank 153,144 (Top 4 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 12 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

LeveyPopListView is an alternative of UIActionSheet : )

What's it?

When your app have so many options to choose, LeveyPopListView is an 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