- (void) designImageViewNow; { //some code here }
Is it correct to write semicolon ; just after the method name before body brackets
;
Code should be as clean and simple as possible. Not only does this add litter to the code but confuses people (like me) who now have to spend the time to see if it is a valid practice.