LayoutOps
LayoutOps copied to clipboard
Frame based layout library for UIKit written in Swift
trafficstars
LayoutOps
Frame based layout library for UIKit written in Swift
How to use
Check demos here
Integration
Carthage
Add github "psharanda/LayoutOps" to your Cartfile
Manual
- Add LayoutOps to you project as a submodule using
git submodule add https://github.com/psharanda/LayoutOps.git - Open the
LayoutOpsfolder & dragLayoutOps.xcodeprojinto your project tree - Add
LayoutOps.frameworkto your target'sLink Binary with LibrariesBuild Phase - Import LayoutOps with
import LayoutOpsand you're ready to go