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 171 forks source link

考虑增加左右横向的菜单项 #9

Closed ZenonHuang closed 8 years ago

ZenonHuang commented 8 years ago

如题,目前都是竖直方向的。 可否增加横向的显示,目前使用这个项目感觉很好,希望作者进一步支持。

liufengting commented 8 years ago

类似于 UIMenuController 的?原生的很好用吧。等有时间尝试写一写。