文件名称:DPEContainer:控件通过iOS容器的宽度动态定位元素
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-28 00:15:38
Shell
DPE容器 控件通过iOS容器的宽度动态定位元素 用法 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 let container = DPEContainer ( frame : self . view . frame ) container. backgroundColor = UIColor. lightGrayColor () let viewA = UIView ( frame : CGRectMake ( 0 , 0 , 100 , 100 )) viewA. backgroundColor = UIColor. redColor () container. addElement (viewA) let viewB = UIView ( frame : CGRectMake ( 0 , 0 , 50 , 100 )
【文件预览】:
DPEContainer-master
----Pod()
--------Assets()
--------Classes()
----.travis.yml(581B)
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----Example()
--------Pods()
--------Podfile.lock(219B)
--------Tests()
--------Podfile(256B)
--------DPEContainer()
--------DPEContainer.xcodeproj()
--------DPEContainer.xcworkspace()
----README.md(2KB)
----DPEContainer.podspec(2KB)
----.gitignore(618B)