liufengting / FTPopOverMenu

FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
MIT License
1.04k stars 170 forks source link

Out of screen #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

simulator screen shot 14 aug 2016 12 12 52

popup menu out of screen, is it possible to custom height for popup menu? thank you

liufengting commented 8 years ago

3 maybe have the solution for you。when you have too many menus, make it scrollable.

liufengting commented 8 years ago

check out the newest change at https://github.com/liufengting/FTPopOverMenu/blob/master/CHANGELOG.md

I have added this feature.

ghost commented 8 years ago

you are greet man, thank you you must add menu height like this

you must add this feature

define FTDefaultMenuHeight 200.0

there is only menu width but no height

define FTDefaultMenuWidth 120.0

liufengting commented 8 years ago

Sorry, I decided not to add this feature. Because in order to support both portrait and landscape, and auto enable the scrolling, I don't think adding height constrain is necessary. If you do want this feature, I could create a branch and make a demo for you. Thanks : )