Hello All,
I was curious how to go about setting an application-wide variable in Xcode for an iPhone Application. For instance say I had an application that in a variety of places used a variable called currentName and its value is "Jack". I want it so that if I want to change all occurrences of "Jack" in the application to "Sue" all I have to do is change the value of the application-wide variable in that one place. Thanks.
Start Free Trial