文件名称:AnchorPal:一个受SnapKit启发的AutoLayout库
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-12 11:43:00
macos ios tvos autolayout nslayoutanchor
AnchorPal 受启发的AutoLayout库。 用法 如果您熟悉SnapKit,只需稍作更改,就已经知道如何使用AnchorPal。 安装新的约束。 view. anc . installConstraints { make in make. xEdges . equalToSuperview () // with a optional parameter, you can easily refer to the layoutGuides of superview make. yEdges . equalToSuperview (. safeArea ) } 重新安装约束。 view. anc . reinstallConstraints { make in make. height . equalTo (newValue) } 进行约束而不安装
【文件预览】:
AnchorPal-main
----AnchorPal.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(62KB)
----.gitignore(2KB)
----Sources()
--------Info.plist(755B)
--------AnchorPal()
----LICENSE(1KB)
----README.md(3KB)
----AnchorPal.podspec(792B)
----Package.swift(693B)
----Tests()
--------Tests.swift(22KB)
--------Info.plist(682B)