0

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.

JOM
  • 8,139
  • 6
  • 78
  • 111
Bhavin_m
  • 2,746
  • 3
  • 30
  • 49

1 Answers1

1

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

Bhavin_m
  • 2,746
  • 3
  • 30
  • 49