Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PickerPop

A library to handle a "select" menu on both iPhone and iPad.

  • on the iPad, we show a UIPopover
  • on the iPhone, we show a UIPickerView

Use it this way:

[[PickerPop alloc] initWithData:@[@"one", @"two", @"three"] initiator:self.button action:^(NSObject * selected) { //do something } ];

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages