Swift 库 NSLayoutConstraint-Equations

码农软件 · 软件分类 · 其他(Others) · 2019-07-17 16:14:42

软件介绍

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)

本文地址:https://codercto.com/soft/d/10341.html

Pro Git

Pro Git

Scott Chacon / Apress / 2009-8-27 / USD 34.99

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops a......一起来看看 《Pro Git》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具