I am developing an iOS app, this is my first experience in app development. I like to get you peoples suggestions to build the app in a standardize manner. Can anyone tell me what is the best place to put the constant strings?
for now i am using the constants in this way #define __string @"string" is that ok?