Objective-c: Steps to encapsulate a view using Xib

Source: Internet
Author: User

Create a new Xib file describing the internal structure of a view (assumed to be called mjtgcell.xib)

Create a new custom class

(Custom classes need to inherit from the system's own view, which class to inherit from, depending on the Xib root object's Class)

The class name of the new class is best aligned with the Xib file name (for example, the class name is called Mjtgcell)

Connect the control in Xib and the. m file of the custom class

Provides a class method to return a created custom view (masking the process of loading from xib)

Provides a model property for passing model data to the outside world

Overrides the setter method of the Model property, where the model data is presented to the corresponding child controls

Objective-c: Steps to encapsulate a view using Xib

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.