Delegate in IOS

Source: Internet
Author: User

There are a lot of delegate ideas in IOS programming, and many beginners do not understand what delegate is.

Delegation ModeIt is a basic technique in software design patterns. In the delegate mode, two objects are involved in processing the same request. The object receiving the request delegates the request to another object for processing. Delegation mode is a basic technique. Many other modes, such as status mode, policy mode, and visitor mode, use delegation mode in special cases. --- Wikipedia

Through the above section, we have understood the basic principle of delegation. in the vernacular, your boss wants to build a project, so the boss handed over the task to the project manager, but the project manager writesCodeThe process is actually the project manager. Delegate =ProgramPersonnel, so if the project manager has an occoding () task for programmers to do, then the programmer must implement the occoding () method in this class.

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.