Objective-C: How Can I Access String Variable As a Global?

后端 未结 4 1399
你的背包
你的背包 2020-12-20 04:31

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?

Please hel

4条回答
  •  无人及你
    2020-12-20 05:03

    I posted an article about my methodology for doing this:

    http://www.pushplay.net/2011/02/quick-tip-global-defines/

    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...

提交回复
热议问题