DownPicker icon indicating copy to clipboard operation
DownPicker copied to clipboard

A lightweight DropDownList / ComboBox for iOS, written in Objective-C

Results 21 DownPicker issues
Sort by recently updated
recently updated
newest added

- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component From the above method am able to get the selected row value in downpicker.m but i need to pass this value to my viewcontroller. Could...

Is it possible to make the value that the spinner starts at some non zero index as opposed to zeroth index? So you could still spin up to zeroth index...

Is there a way to change the font?

When installed with CocoaPods

Hi there, I am using this in a project and so far it's been very easy to use and setup, thanks! One issue I have however is I want to...

I've install DownPicker using Cocoapods and when I built the project this error has appeared: error: /Users/ernsferrari/Library/Developer/Xcode/DerivedData/Prueba-cvmgkwpczwcrzkgbqwypmbspepuv/Build/Products/Debug-iphonesimulator/DownPicker/DownPicker.bundle: No such file or directory The version of DownPicker is 0.1.34 Thank you...

Hi I have to downpickers in the same view,and the first one is working ok,but de second one I need to double tap to open it Downloaded de project with...

Can we have this work like a standard drop down for whom the display and return values can be specified

Please expose picker's toolbar for easier customisation.