Latest | 1.0.0 |
---|---|
Homepage | https://github.com/AmyF/LeeLayout |
License | MIT |
Platforms | ios 9.0, osx 10.11 |
Authors |
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.
Latest podspec
{ "name": "LeeLayout", "version": "1.0.0", "summary": "Chained call of AutoLayout", "description": "AutoLayout made easy in iOS/macOS.", "homepage": "https://github.com/AmyF/LeeLayout", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "[email protected]": "[email protected]" }, "source": { "git": "https://github.com/AmyF/LeeLayout.git", "tag": "1.0.0" }, "swift_versions": "4.0", "platforms": { "ios": "9.0", "osx": "10.11" }, "source_files": "Classes/**/*", "swift_version": "4.0" }
Thu, 23 May 2019 10:11:04 +0000