An open API service indexing awesome lists of open source software.

https://github.com/psharanda/layoutops

Frame based layout library for UIKit written in Swift
https://github.com/psharanda/layoutops

frame ios layout rendering swift uikit

Last synced: 5 months ago
JSON representation

Frame based layout library for UIKit written in Swift

Awesome Lists containing this project

README

          

# LayoutOps

Frame based layout library for UIKit written in Swift

## How to use

Check demos [here](README/DEMOS.md)

## 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