McPicker-iOS icon indicating copy to clipboard operation
McPicker-iOS copied to clipboard

Number of items per selection issue

Open mhamzasani opened this issue 6 years ago • 0 comments
trafficstars

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"] ]

mhamzasani avatar Jun 10 '19 05:06 mhamzasani