Darkseal / DownPicker

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

how to set placehoder #34

Closed longxianlin closed 8 years ago

longxianlin commented 8 years ago

subject

Darkseal commented 8 years ago

You can use the following methods:

[dp setPlaceholder:"your placeholder when the control is in its normal state"]; [dp setPlaceholderWhileSelecting:"placeholder to show when the user activates select mode"];