Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 : )
- Host: GitHub
- URL: https://github.com/levey/LeveyPopListView
- Owner: levey
- License: other
- Created: 2012-02-21T07:10:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T23:30:49.000Z (about 10 years ago)
- Last Synced: 2024-10-31T18:04:34.194Z (3 months ago)
- Language: Objective-C
- Homepage: https://github.com/levey/LeveyPopListView
- Size: 207 KB
- Stars: 268
- Watchers: 26
- Forks: 54
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - LeveyPopListView - LeveyPopListView is an alternative of UIActionSheet : ) (etc)
- awesome - LeveyPopListView - LeveyPopListView is an alternative of UIActionSheet : ) (etc)
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)