zoukankan      html  css  js  c++  java
  • "ALView+PureLayout.h"

        [self.view addSubview:self.tabView];
        [self.tabView autoPinEdgeToSuperviewEdge:ALEdgeTop withInset:64];
        [self.tabView autoPinEdgeToSuperviewEdge:ALEdgeRight];
        [self.tabView autoPinEdgeToSuperviewEdge:ALEdgeLeft];
        [self.tabView autoSetDimension:ALDimensionHeight toSize:40];
        
        [self.view addSubview:self.pageController.view];
        [self.pageController.view autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:self.tabView withOffset:0];
        [self.pageController.view autoPinEdgeToSuperviewEdge:ALEdgeBottom];
        [self.pageController.view autoPinEdgeToSuperviewEdge:ALEdgeLeft];
        [self.pageController.view autoPinEdgeToSuperviewEdge:ALEdgeRight];
       

  • 相关阅读:
    《Mysql
    《Redis
    《pt-query-digest 剖析 Mysql 慢日志》
    《Redis
    《Redis
    《Redis
    《Redis
    《Redis
    python中__new__()与__init__()的区别
    Python常见综合面试题
  • 原文地址:https://www.cnblogs.com/supper-Ho/p/6432755.html
Copyright © 2011-2022 走看看