If you have an open source library that requires Automatic Reference Counting (ARC), you may have issues with your users trying to build it without ARC turned on. Luckily, it’s pretty simple to enforce ARC. I’m going to discuss how to do so, and why it’s a good idea.
Tag: Automatic Reference Counting
Automatic Reference Counting
If you’re an application developer: Yes, you should use Automatic Reference Counting (ARC).