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 cocoapods
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SCLayout', '~> 1.0.0'
end
Then, run the following command:
$ pod install
Manually
Copy SCLayout source files to your Xcode project.
License
SCLayout is released under the MIT license. See LICENSE for details.