LayoutOps
LayoutOps copied to clipboard
Frame based layout library for UIKit written in Swift
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
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