/LayoutOps

Frame based layout library for UIKit written in Swift

Primary LanguageSwiftMIT LicenseMIT

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

  1. Add LayoutOps to you project as a submodule using git submodule add https://github.com/psharanda/LayoutOps.git
  2. Open the LayoutOps folder & drag LayoutOps.xcodeproj into your project tree
  3. Add LayoutOps.framework to your target's Link Binary with Libraries Build Phase
  4. Import LayoutOps with import LayoutOps and you're ready to go