I am new to iPhone development. I want to access a string variable in all the class methods, and I want to access that string globally. How can I do this?
This is something I primarily use for notification keys. Creating a globals.h file and adding it to the (your_project_name)_Prefix.pch file will ensure it is accessible globally...