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

当菜单项很多,出现滚动条时,高度错误。 #47

Closed luotao001 closed 4 years ago

luotao001 commented 4 years ago

当菜单项很多,出现滚动条时,滚动到底部时,会发现多了一项“菜单”(没有任何内容,但有空白位置),这应该是个bug,请作者修复。

liufengting commented 4 years ago

@luotao001 2.1.1 Fix: height wrong when too long. Fix: SafeArea height issue.