Skip to content

skonstant/PickerPop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published