IOS pragma mark usage, iospragma

Source: Internet
Author: User

IOS pragma mark usage, iospragma

Master haomeng is devoted to his contribution and respects the author's Labor achievements. Do not repost them.

If the article is helpful to you, you are welcome to donate to the author, support haomeng master, the amount of donation is free, focusing on your mind ^_^

I want to donate: Click to donate

Cocos2d-X source code download: point I send


Simply put, it is used to facilitate searching and navigation code.


The following example shows how to quickly locate the code that I have already identified.
#pragma mark Life Cycle- (void)viewDidLoad {    [super viewDidLoad];    // Do any additional setup after loading the view.        if (NEW_PASSWORD == self.sourceType || FORGET_PASSWORD == self.sourceType) {        [self initNewPasswordView];    }    else{        [self initChangePasswordView];    }}

OK. Click the navigation bar in the code editor.

Next, let me modify the code:
#pragma mark - Life Cycle

I can't see the difference, right? In fact, there is an extra horizontal line.
What is the function of this short horizontal line (minus sign)? Click the navigation bar again to see it.
After adding-, a split line is displayed, which makes the comment name more prominent. As shown in:

Master haomeng is devoted to his contribution and respects the author's Labor achievements. Do not repost them.

If the article is helpful to you, you are welcome to donate to the author, support haomeng master, the amount of donation is free, focusing on your mind ^_^

I want to donate: Click to donate

Cocos2d-X source code download: point I send

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.