SCLayout
Simple layout framework with constraint shortcuts.
Requirements
- Xcode 8.0+
- Swift 3.0+
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapodsplatform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SCLayout', '~> 1.0.0'
endThen, run the following command:
$ pod installManually
Copy SCLayout source files to your Xcode project.
License
SCLayout is released under the MIT license. See LICENSE for details.