Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levey/LeveyPopListView

LeveyPopListView is an alternative of UIActionSheet : )
https://github.com/levey/LeveyPopListView

Last synced: 3 months ago
JSON representation

LeveyPopListView is an alternative of UIActionSheet : )

Awesome Lists containing this project

README

        

### 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](http://i.imgur.com/mtjFzve.png)