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

The picker accepts strings, instead, it should accept objects as options and should have description text to show in picker to every corresponding model object

I want to set UIDownPicker text as a default male in objective c. when I click on this pickerview then data is showing.how to fix this issue

I am having a weird issue, here is what i am doing ``` self.maxPricePicker = [[DownPicker alloc] initWithTextField:self.maxPrice withData:self.mainPricesArray]; [self.maxPricePicker setPlaceholder:@"Max. Price"]; self.minPricePicker = [[DownPicker alloc] initWithTextField:self.minPrice withData:self.mainPricesArray]; [self.minPricePicker setPlaceholder:@"Min....

If I add multiple downpickers in the same view, when I select a option in the first, all others pickers select the first option automatically...

How is it possible, for example ,if I picked row == 0 , displayed value in textfield is equal row == 7?

I find the downpicker (Cancel and Down)Button not support Multinational language

Hello, is this repo maintained or not? Do you accept pull requests? Have submitted pull request #53 which resolves issues #35 #37 #38 #40 #41. Please merge if possible. If...

Added support for dynamic data binding using datasource and delegate Use DownPickerDataSource to provide dynamic data to DownPicker Use DownPickerDelegate to receive various events, didSelectItem - provides event when any...

Hi! Is it possible using downpicker in custom alert view (LGAlertView)? Alert view have textfields, i set downpicker for one of them. When click only keybord is shown, not a...