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
LayoutOps
folder & dragLayoutOps.xcodeproj
into your project tree - Add
LayoutOps.framework
to your target'sLink Binary with Libraries
Build Phase - Import LayoutOps with
import LayoutOps
and you're ready to go