Simply only use the -
before and after your main section to surround it in lines, exclude the dash for the subsections, and then the method names will show as always.
#pragma mark - Public Methods -
#pragma mark Helper Methods
- (void)aMethod{}
#pragma mark Other Type of Methods
- (void)anotherMethod{}
#pragma mark - Private Methods -
#pragma mark Some Type of Method
- (void)aPrivateMethod{}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…