LeeLayout 1.0.0

LeeLayout 1.0.0

Maintained by unko.



LeeLayout 1.0.0

LeeLayout

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

LeeLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LeeLayout'

Usage

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

License

LeeLayout is available under the MIT license. See the LICENSE file for more info.