Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

Could not customise picker's toolbar. #31

Open morph85 opened 8 years ago

morph85 commented 8 years ago

Please expose picker's toolbar for easier customisation.

Darkseal commented 8 years ago

Could you elaborate? What do you mean with "toolbar"?

morph85 commented 8 years ago

Please expose UIPickerView so that developer could customise the view easily.

Customisation may include:

I notice that picker view is only created in -(IBAction)showPicker function. Probably you could create two delegate/protocol method: - (void)downPicker:(DownPicker )downPicker willShowWithToolbar:(UIToolbar )toolbar after pickerView is being instantialized and - (void)downPicker:(DownPicker )downPicker didShowWithToolbar:(UIToolbar )toolbar inside showPicker function.

keslert commented 8 years ago

Having the same issue. I'm trying to customize the color of the toolbar that goes with the UIPickerView but it isn't accessible.