I am an iOS developer. Sharing what I’ve learned with others is the main reason why I started this blog. Most of my blogs are going to be on design and programming as this is what I do most of the time :) .
Saturday, May 26, 2012
Enable ARC in a Non ARC project
Small trick to enable ARC on a specific file in a non-ARC project by using the flag -fobjc-arc
No comments:
Post a Comment