OC for iOS development (for the previous Supplement 1)-@class, circular reference

Source: Internet
Author: User

(a) The usefulness of @class

[Email protected] Function: Just tell the compiler, a name is a class (#import "Person.h" is to include all the method declaration, each time to copy, not conducive to improve performance)

@class person; just tell the compiler that person is a class (to implement a method that also contains the person header file in the. m file)

2. Specification of a class referenced in development

1> declaring Classes in. h files with @class

2> with #import来包含类的所有东西in. m Files

(ii) Circular reference solution at both ends

First Class

1> End With retain

2> End With assign

Type II

1> End With strong

2> End With weak

OC for iOS development (for the previous Supplement 1)[email protected], circular reference

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.