Add comments and Xcode comments to xcode

Source: Internet
Author: User

Add comments and Xcode comments to xcode

The following code provides three common annotations in Xcode:

/*** Shadow annotation (1) This annotation will appear in the explanation when using cover */@ property (weak, nonatomic) IBOutlet UIButton * cover; /*** control the style of the status bar * Comment (2) * @ return UIStatusBarStyleLightContent */5. (UIStatusBarStyle) preferredStatusBarStyle {// white comment on the status bar (3) return UIStatusBarStyleLightContent ;}

How can I quickly display the above Code? I used an Xcode plug-in. Here I will explain VVDocument, open it, and run it. If you have any questions, click, and then click ///, the annotation is automatically generated.

Developing a good habit of using annotations is to improve the code optimization details, especially note (2) must be used more easily for development and development by others.

Related Article

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.