I\'m new to C, new to objective C. For an iPhone subclass, Im declaring variables I want to be visible to all methods in a class into the @interface class definition eg
I recently started learning iphone apps. As per my knowledge @property is used in .h file as a setter method and @synthesize in .m file as getter method. In Java we use setter and getter methods, same as Java, in Objective C we use @property and @synthesize.
Please forgive me If u think I mislead you.