zoukankan      html  css  js  c++  java
  • iOS controller 和 window 图层

    1、没有Navigation 维护Controller 那么当前controller 图层是:

    UIWindow ——> UIView

    2、如果有Navigation 维护Controller 那么当前controller 图层是:

    UIWindow ——>  UILayoiutContainerView ——>  UINavigationTrasitionView ——>  UIViewControllerWrapperView  ——> view

    导航栏的 图层:

    UIWindow ——>  UILayoiutContainerView ——>  UINavigationBar——>....

    3、如果有UITabBarController 维护Controller 那么当前controller 图层是:

    UIWindow ——>  UILayoiutContainerView ——>  UITrasitionView ——>  UIViewControllerWrapperView  ——> view

    导航栏的 图层:

    UIWindow ——>  UILayoiutContainerView ——>  UITabBar——>....

  • 相关阅读:
    POJ1704 Georgia and Bob
    BZOJ1299 巧克力棒
    IPSec
    GRE协议
    L2TP协议
    AAA及Radius
    网络安全概论
    路由策略与引入
    BGP协议
    路由协议
  • 原文地址:https://www.cnblogs.com/saytome/p/7592756.html
Copyright © 2011-2022 走看看