- (void) designImageViewNow; { //some code here }
Is it correct to write semicolon ; just after the method name before body brackets
;
I'm not sure when this was introduced, but there is a new warning raised when you do this.
warn-semicolon-before-method-body