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
- Host: GitHub
- URL: https://github.com/psharanda/layoutops
- Owner: psharanda
- License: mit
- Created: 2016-05-08T11:00:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T13:40:24.000Z (about 6 years ago)
- Last Synced: 2025-02-05T07:45:42.527Z (over 1 year ago)
- Topics: frame, ios, layout, rendering, swift, uikit
- Language: Swift
- Size: 1.33 MB
- Stars: 30
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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