Skip to content

psharanda/LayoutOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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