filipealva / PickerView

🔸 A customizable alternative to UIPickerView in Swift.
MIT License
527 stars 92 forks source link

Can I custom pickerView from nib #45

Closed jameszasod closed 5 years ago

jameszasod commented 6 years ago

Can I custom pickerView from nib.

thank you.

filipealva commented 5 years ago

Hi @jameszasod!

You can choose the .customView item type, then load your totally customized UIView from nib on PickerViewDelegate.

That way all the customizations you do on the nib will reflect on the PickerView.