LayoutSwiftly:使用Swift和Visual Autolayout一次性布局所有视图

时间:2024-06-01 11:18:31
【文件属性】:

文件名称:LayoutSwiftly:使用Swift和Visual Autolayout一次性布局所有视图

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-01 11:18:31

Swift

快速布局 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 import LayoutSwiftly private func buildUI () { let redView = self. addViewWithColor (UIColor. redColor ()) let purpleView = self. addViewWithColor (UIColor. purpleColor ()) let greenView = self. addViewWithColor (UIColor. greenColor ()) self. view . alignViewsHorizontally ([redView, greenView, purpleView], horizontalSeparations:


【文件预览】:
LayoutSwiftly-master
----LayoutSwiftly.podspec(815B)
----Pod()
--------Assets()
--------Classes()
----.travis.yml(457B)
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----Example()
--------LayoutSwiftly()
--------Podfile.lock(404B)
--------Tests()
--------LayoutSwiftly.xcodeproj()
--------Podfile(300B)
----README.md(2KB)
----.gitignore(288B)

网友评论