Native AutoLayout
840382477@qq.com/LeeLayout"">
To run the example project, clone the repo, and run pod install
from the Example directory first.
LeeLayout is available through CocoaPods. To install
it, simply add the following line to your 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 is available under the MIT license. See the LICENSE file for more info.