Auto property synthesis would not synthesize proterty; it'll be a implementedby it superclass, use @

Source: Internet
Author: User
Auto property synthesis won't synthesize property ' title '; It is implemented by its superclass, use @dynamic to acknowledge intention

This is to say that the compiler automatically gives the property title composition getter and setter will be implemented on its parent class, that is, the xcode6.3 upgrade ios8.3 version of the Uiviewcontroller has a title attribute, Now it doesn't know which title it is.

This is not what we want, so add @dynamic tell the compiler that this property is dynamic, the dynamic meaning is when you compile the time to know that it is only in this class composition;

Solve:

In the. m file

@dynamic title;

Auto property synthesis would not synthesize proterty; it'll be a implementedby it superclass, use @

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.