Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umobi/constraintbuilder
UIKit constraint builder with activate, deactivate and update methods
https://github.com/umobi/constraintbuilder
autolayout constraint-layout ios swiftpackagemanager tvos
Last synced: about 2 months ago
JSON representation
UIKit constraint builder with activate, deactivate and update methods
- Host: GitHub
- URL: https://github.com/umobi/constraintbuilder
- Owner: umobi
- License: mit
- Created: 2020-04-07T16:06:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T20:52:07.000Z (about 4 years ago)
- Last Synced: 2024-03-14T22:23:54.811Z (10 months ago)
- Topics: autolayout, constraint-layout, ios, swiftpackagemanager, tvos
- Language: Swift
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConstraintBuilder
[![CI Status](https://img.shields.io/travis/brennobemoura/ConstraintBuilder.svg?style=flat)](https://travis-ci.org/brennobemoura/ConstraintBuilder)
[![Version](https://img.shields.io/cocoapods/v/ConstraintBuilder.svg?style=flat)](https://cocoapods.org/pods/ConstraintBuilder)
[![License](https://img.shields.io/cocoapods/l/ConstraintBuilder.svg?style=flat)](https://cocoapods.org/pods/ConstraintBuilder)
[![Platform](https://img.shields.io/cocoapods/p/ConstraintBuilder.svg?style=flat)](https://cocoapods.org/pods/ConstraintBuilder)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
ConstraintBuilder is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ConstraintBuilder'
```## Author
brennobemoura, [email protected]
## License
ConstraintBuilder is available under the MIT license. See the LICENSE file for more info.