NSLayoutConstraint-Equations - Swift 库


未知
iOS
Swift

软件简介

NSLayoutConstraint-Equations 是一种 Swift 库,其作用是可编程地创建自动布局约束,类似数学方程式和不等式。

使用:

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)