Referencing to objects from anywhere in Cocoa
- by dave-gennel
What's the best way to reference to a dynamically allocated object (particularly interface elements) so I can access them from everywhere in the current class? @synthesize? declaring the object in the interface section? anything else?