Methods General

Declaring A Method

(e.g. in the .h file after the } )


- (IBAction)SomeMethodName:(id)sender;

(more…)