Data transfer of the Controller

Source: Internet
Author: User

data transfer of the Controller
the data transfer between controllers is mainly2kind of situation:Shun Chuan and reverse pass
1. Shun Chuan
direction of the controller's jump: A--C
direction of data transfer: A--C
how data is delivered    :  in theAof thePrepareforsegue:sender:method in accordance withSegueparameter AcquisitionDestinationviewcontroller,i.e. ControllerC,direct to the controllerCPassing Data
(to be inCof theViewdidloadmethod to get the data,to assign a value to the interface.UIControl)
2. Reverse Transmission
direction of the controller's jump: A--C
direction of data transfer: C--A
how data is delivered    :  LetAbecomeCthe agent, in theCcalled inAthe Proxy method,passing data through the parameters of the proxy method toA

the target controller passes the data to the source controller called the reverse pass. first, the source controller has a property or method to accept the data passed by the target controller. the source controller then calls this method or property assignment directly. The target controller then has a source controller that invokes the method or property from the source controller in the target controller.

Data transfer of the Controller

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.