Hi, I am developing a Cocoa Application using XCode. I want to declare a shared Variable(Like static) for whole application(Has Many Classes) so that i can change & get its value anywhere in application(in any class).
i am declaring a static variable in one class (Before implementation @ Class Name)
but its declaring it only for that specific class not for whole application.
How can i do this ??? Thanks To Help
i am declaring a static variable in one class (Before implementation @ Class Name)
but its declaring it only for that specific class not for whole application.
How can i do this ??? Thanks To Help