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

菜单高度计算问题 #8

Closed gokenpei closed 7 years ago

gokenpei commented 7 years ago

非常好的弹出菜单实现。 adjustPopOverMenu 里面计算高度没有用全局配置高度,会导致高度定制时候,总体高度不对。 另外,建议能实现直接传菜单图片数组,方便采用 FontAwesome。

liufengting commented 7 years ago

已经发布pod 1.2.2 版本解决这个问题。 实现直接传菜单图片数组,我重新开个分支