CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by aimobier.
一款轻量级的约束设置框架,你从未想到设置修改约束还能这么简单
let playerView = UIView()
self.view.addSubview(playerView)
self.view.addSubview(playerView)
playerView.aux.top.constant(toItem: self.topLayoutGuide.aux.bottom)
playerView.aux.left.constant()
playerView.aux.right.constant()
playerView.aux.height.constant(constant: 200)
Document here