LeeLayout 1.0.0

LeeLayout 1.0.0

unko 维护。



LeeLayout 1.0.0

LeeLayout

CI Status Version License Platform

示例

要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install

要求

安装

LeeLayout 可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile:

pod 'LeeLayout'

用法

view.layoutManager
    .left(equalTo: leftAnchor)
    .right(equalTo: rightAnchor)
    .end()
let manager = LayoutManager(view: view)
manager.left(equalTo: leftAnchor).over()
manager.setEdges().over()
manager.end()

许可证

LeeLayout 适用于 MIT 许可证。更多信息请参阅 LICENSE 文件。