iPhone: Error when using the FPPopover class when using it with a UIBarButtonItem

后端 未结 4 1124
野的像风
野的像风 2021-01-11 10:19

I am using the FPPopover class which creates popups for iPhones. I followed the exact steps that are in the readme file but instead of using a UIbutton from a xib file, I am

4条回答
  •  甜味超标
    2021-01-11 11:14

    Mostly applications display popover from BarButtonItem. FPPopOverController doesn't support this. So, in my opinion you should use: WYPopOverController

提交回复
热议问题