zoukankan      html  css  js  c++  java
  • Methods throughout the lifespan of a view controller

    Method                                Description
    loadView                              Creates or returns a view for the view controller.
    viewDidLoad                       View has finished loading.
    viewWillAppear:                    View is about to appear with or without animation.
    viewDidAppear:                    View did appear with or without animation.
    viewWillDisappear:                View is about to disappear with or without animation.
    viewDidDisappear:                View did disappear with or without animation.
    viewWillLayoutSubviews        View is about to lay out its subviews.
    viewDidLayoutSubviews        View did lay out its subviews.
    didReceiveMemoryWarning    View detected low memory conditions.

    The flow for retrieving and setting up a view in a view controller

  • 相关阅读:
    CSUOJ 1081 集训队分组
    HDU 1865 More is Better
    HDU 1325 Is It A Tree?
    HDU 1272 小希的迷宫
    CSUOJ 1217 奇数个的那个数
    CSUOJ 1010 Water Drinking
    CSUOJ 1162 病毒
    CodeForces 295B
    CodeForces 20C
    SPOJ MULTQ3
  • 原文地址:https://www.cnblogs.com/davidgu/p/3807438.html
Copyright © 2011-2022 走看看