As a beginning iPhone programmer, what is the best practice for writing apps to be used either with iOS 5 or older versions? Specifically, should I continue using the release/retain of data, or should I ignore that? Does it matter?
For anyone still curious about how to turn off ARC on individual files, here's what I did:
Build Phases > Compile Sources
I don't know if this is the recommended way, but it works for me.
PS: I gathered this information from clang.llvm.org here which is publicly accessible, thus not under NDA.