iPhone Development:Enable ARC for a particular file in objective C

With ARC, iPhone app developer found a great relief from handling memory management. But, do you think what happened when you want to made changes in a source code that was made when ARC is not available and now you are integrating new libraries that uses ARC. To solve this issue we have a compiler […]

iPhone Development:Enable ARC for a particular file in objective C Read More »