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

IphoneX 上的UIBarButtonItem定位兼容不好 #42

Open blusewang opened 5 years ago

blusewang commented 5 years ago

会swift不会 oc 希望能出相对定位的功能。 UIBarButtonItem 获取不到frame。

liufengting commented 5 years ago

@blusewang OC和Swift版支持指定frame。如果UIBarButtonItem的event事件frame不准的话,那就需要自己手动指定frame了。