Ios + openflow problems, iosopenflow

Source: Internet
Author: User

Ios + openflow problems, iosopenflow

Environment: xcode5.1 + ios7.1

Requirement: Add B view to the scroll attempted by A. [A addSubview: B. view]

Problem:

1. View B is loaded to view A, but the image of Openflow is not loaded. After debugging, the proxy of openflow is not loaded. -- "viewDidAppear method of View B is executed;

Cause analysis:

If a view contained in a viewController is directly added to a view, it is like this:
[View1 addSubView: viewController. view]; so that our viewController will not receive the message of viewDidAppear. To add a view in this way, we generally need to manually send the message, that is, call the viewDidAppear method of viewController. Otherwise, the related animations cannot be properly displayed.

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.