Frame based layout library for UIKit written in Swift
Check demos here
Add github "psharanda/LayoutOps" to your Cartfile
- 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