kmcgill88 / McPicker-iOS

McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
MIT License
213 stars 43 forks source link

Number of items per selection issue #53

Open mhamzasani opened 5 years ago

mhamzasani commented 5 years ago

Hi. I wanna do something like this:

let data: [[String]] = [ ["Communities", "Resources"], ["All", "Popular", "Newest", "Nearest"] ]

But the app crashes. How can I achieve this?

Thanks!

PS. I don't want this ;) let data: [[String]] = [ ["Communities", "Resources","",""], ["All", "Popular", "Newest", "Nearest"] ]