javalnanda / JNDropDownMenu

Swift version of https://github.com/dopcn/DOPDropDownMenu
MIT License
64 stars 8 forks source link

Limit of 5 to number of menu rows? #2

Closed FleetPhil closed 7 years ago

FleetPhil commented 7 years ago

Is there a limit of 5 to the number of menu rows? If you add add more rows to the source array in the example (columnOneArray) they don't show on the drop-down menu? Thanks

javalnanda commented 7 years ago

They do show up, it is scrollable.

FleetPhil commented 7 years ago

Thanks - that's my fault as I was running on the simulator so I was not trying to scroll!

javalnanda commented 7 years ago

@hotairforacoolbreeze No prob. To avoid such confusion, I have now updated menu to utilize full height of the screen. You can update the pod and check out the latest version.