Swift 库 NSLayoutConstraint-Equations
- 授权协议: 未知
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/ahmedragab/NSLayoutConstraint-Equations
软件介绍
NSLayoutConstraint-Equations 是一种
view.addConstraint(Top(label) == 1 * Top(button) + 20) view.addConstraints(Top(label) == Top(button) |+ CenterX(label) == CenterX(self.view) |+ CenterY(label) == CenterY(self.view) |+ (Bottom(button) == Bottom(self.view) + 600)|10)
