You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alvise Susmel edited this page Feb 25, 2013
·
5 revisions
By default the library and the demo starts with ARC disable. The library supports both ARC disable and enable options because it's using ARC safe macros, so the compiler is substituting the macros with simple assigns or release/autorelease messages. Here is how to activate ARC
ARC-enable
At first you need to select the library target
Select Build Settings
Enable ARC
Do the same for FPPopoverDemo if you want to use the ARC-enable library in the demo.