Auto property synthesis will not synthesize proterty; it will be implementedby its superclass, use @, propertysynthesize

Source: Internet
Author: User

Auto property synthesis will not synthesize proterty; it will be implementedby its superclass, use @, propertysynthesize
Auto property synthesis will not synthesize property 'title'; it will be implemented by its superclass, use @ dynamic to acknowledge intention

This means that when the compiler automatically synthesize the getter and setter attributes for the attribute title, it will be implemented on its parent class. That is to say, after the upgrade of xcode6.3 to ios8.3, UIViewController has a title attribute, it does not know which title it is.

This is not what we want, so adding @ dynamic tells the compiler that this attribute is dynamic. dynamic means that when you compile, you will know that it is only merged in this class;

Solution:

In the. m file

@ Dynamic title;

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.