chenzeyu / CZPicker

a picker view shown as a popup for iOS in Objective-C
MIT License
527 stars 90 forks source link

Non-selectable / greyed out option? #50

Closed aravasio closed 7 years ago

aravasio commented 7 years ago

Is there a way to set X many rows as non-interactive? Or 'force select/unselect'?

I'm using setSelectedRows for passing a few pre-selections I want already ticked. I was wondering if there's a way to make them (or a subset) non-active so the user can't select/unselect them.

chenzeyu commented 7 years ago

Hi @aravasio , disabling options is not supported yet, and will not be added in a short while, you can fork the picker and add it yourself.