Search code examples
iphonefppopover

FPPopover gives EXC_BAD_ACCESS when touch outside of popover view


I am using FPPopover in my project. I have show popover on UITextField. Popover show properly but after that when i touch outside of popover it gives me EXC_BAD_ACCESS error. ARC is not enable in my project.

Thanks in adv.


Solution

  • Done with little change. I turned on ARC for FPPopover native library file. That solve my issue.