BSModalPickerView icon indicating copy to clipboard operation
BSModalPickerView copied to clipboard

A custom view component that presents a UIPickerView with a simple list of options, along with a toolbar for Done/Cancel and a faded backdrop view.

Results 10 BSModalPickerView issues
Sort by recently updated
recently updated
newest added

It seems in iOS9 the picker is having some issue presenting the values. They show up blank. You can reproduce this in the demo as well. Open demo, click Choose...

In BSModalPickerView, when selecting an index, fix the picker view that is used from parent.

Fix. The BSModalPickerView did not show any values if the SelectedIndex is greater than 0. Affects iOS9. To reproduce on Demo project Open Color Picker Select Red Color Done Open...

Includes float (CGFloat) and time (NSDate) range picker examples, including an update to the sample project to demonstrate usage. BSModalFloatRangePickerView is useful for choosing currency or price ranges. BSModalTimeRangePickerView is...

This allow devs to avoid cancelling when the users taps in the background.

Needed to implement a picker for a floating point value, rather than perform additional validation steps off of a standard keyboard entry. As I was already utilizing your library to...

... selected value when dismissing the picker without making a selection. Also small UI changes when running on iOS 7.

I've made several small fix. detail is included in each commit comment.

This adds support for pickers with multiple components. There may be some things that need to be tweaked. My Obj-C is a bit rough at times. If you have any...

Would be great have the possibility to change the style of tool bar for design propose.