maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
527 stars 83 forks source link

Drop Down Height #53

Open nigamsiddhant opened 3 years ago

nigamsiddhant commented 3 years ago

Hello, I am facing one issue, Suppose the superview height is 60 and the array length is more then 3, then drop down height is decreased like below image

Simulator Screen Shot - iPhone 12 Pro Max - 2021-08-23 at 14 08 56

is it possible that if space is less then the drop down should so up.

maxkonovalov commented 3 years ago

@nigamsiddhant it is possible to use dropdownShowsContentAbove = YES to achieve that.