We use #pragma mark - StackOverFlow Example in order to organize our Function Menu (the most-inner menu in the implementation navigation menu).
What I want to do is to simplify the Function Menu by removing unwanted directives such as @synthesize or maybe could we use any ignore key to ignore a code segment partially from the Function Menu ?
Try to write
@synthesizestatement in one line.Then it will show up with only one line.