filipealva / PickerView

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

How to use multiple columns? #54

Closed happyeverydayzhh closed 2 years ago

filipealva commented 2 years ago

Hello @happyeverydayzhh,

Unfortunately it doesn't support multiple columns. However, you can instantiate two PickerViews and put them aside. I've used it this way myself in the past. It works well.