项目作者: AmyF

项目描述 :
Native AutoLayout
高级语言: Swift
项目地址: git://github.com/AmyF/LeeLayout.git
创建时间: 2019-05-21T15:14:00Z
项目社区:https://github.com/AmyF/LeeLayout

开源协议:MIT License

下载


LeeLayout

840382477@qq.com/LeeLayout"">CI Status
Version
License
Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

LeeLayout is available through CocoaPods. To install
it, simply add the following line to your Podfile:

  1. pod 'LeeLayout'

Usage

  1. view.layoutManager
  2. .left(equalTo: leftAnchor)
  3. .right(equalTo: rightAnchor)
  4. .end()
  1. let manager = LayoutManager(view: view)
  2. manager.left(equalTo: leftAnchor).over()
  3. manager.setEdges().over()
  4. manager.end()

License

LeeLayout is available under the MIT license. See the LICENSE file for more info.