Layout:可读的布局约束

时间:2024-05-27 02:35:24
【文件属性】:

文件名称:Layout:可读的布局约束

文件大小:36KB

文件格式:ZIP

更新时间:2024-05-27 02:35:24

Swift

布局 可表达和可扩展的DSL,用于创建自动布局约束和定义声明性布局。 创建约束 // Creating inactive constraints (save and activate/manipulate later) let constraints = view. makeConstraints ( . center (), . size ( CGSize ( width : 100 , height : 100 )) ) // Creating active constraints view. applyConstraints ( . center (), . size ( CGSize ( width : 100 , height : 100 )) ) UIView和UILayoutGuide makeConstraints和applyConstraints m


【文件预览】:
Layout-main
----Layout.podspec(553B)
----Sources()
--------Layout()
----.swiftpm()
--------xcode()
----.swift-version(4B)
----.swiftformat(693B)
----Tests()
--------LayoutTests()
----LICENSE(1KB)
----Playground.playground()
--------Contents.swift(1KB)
--------contents.xcplayground(220B)
----README.md(3KB)
----.swiftlint.yml(1KB)
----Package.swift(461B)
----.gitignore(1KB)

网友评论