测试测试 | ✗ |
Language语言 | SwiftSwift |
许可证 | MIT |
发布最新发布 | 2017年3月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 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)
文档在此