Jul 16
Often times you’ll see:
-(IBAction)someMethod:(id)sender
IBAction is the return value of the method, but what is IBAction? IBAction is void. Nothing is returned by the method. It does provide Interface Builder a hint that this should be exposed as a callable action from a UI element.