You do this by adding specially formatted comments above the ad in your headline. ex:
@property (strong, nonatomic) NSObject *someProperty; - (void)myAwesomeMethodWithAweomseParamOfType:(NSString *)string andOtherParam:(NSArray *)arr;
Then when I go to the implementation file and start typing ...


However, if you don't want to worry about how to format these comments, download the VVDocumneter from github. This is an Xcode plugin that will automatically add these comments. All you have to do is go to the line above the ad and press /// .
source share