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

为什么bar button item的需要传event的参数 #18

Closed lifengios closed 7 years ago

lifengios commented 7 years ago

使用文档里面写的 如果是 bar button item点击出来的pop,使用了show from event 方法,这个event 参数 有什么用,不是太懂,好像在item 的 action 方法里面 使用 show form sender view 也是可以的。

liufengting commented 7 years ago

我当时的想法是通过event获取点击的frame,show form sender view我没有试过。

jiaohaibin commented 7 years ago

UIBarButtonItem的响应函数里面没有event呀。

liufengting commented 7 years ago

demo里有示例代码,event是为了确定点击位置