Hello
What is the difference between me declaring something within the @Interface section of a header file and outside of the { }?
I want to be able to get to my properties in my interface at all times, i.e. in an IBAction method so do I always need to use synthesize in the implementation file?
Cheers
Paul