-
Notifications
You must be signed in to change notification settings - Fork 250
ARC support
Alvise Susmel edited this page Feb 26, 2013
·
5 revisions
By default the library and the demo start with ARC disabled. 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
####At first you need to select the library target
####Select "Build Settings"
####Enable ARC