Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakkht/quick-constraint
Extension functions for making layout programmatically easier and faster
https://github.com/nakkht/quick-constraint
appkit autolayout libarary swift swift5 syntactic-sugar uikit
Last synced: about 2 months ago
JSON representation
Extension functions for making layout programmatically easier and faster
- Host: GitHub
- URL: https://github.com/nakkht/quick-constraint
- Owner: nakkht
- License: apache-2.0
- Created: 2020-04-12T14:41:27.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-26T15:25:05.000Z (over 2 years ago)
- Last Synced: 2024-11-17T17:39:31.239Z (about 2 months ago)
- Topics: appkit, autolayout, libarary, swift, swift5, syntactic-sugar, uikit
- Language: Swift
- Homepage: https://nakkht.github.io/quick-constraint/
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# QuickConstraint
[![build status](https://github.com/nakkht/quick-constraint/actions/workflows/build.yml/badge.svg)](https://github.com/nakkht/quick-constraint/actions/workflows/build.yml)
![platforms](https://img.shields.io/badge/platforms-ios%20%7C%20osx%20%7C%20tvos-brightgreen)
![code size](https://img.shields.io/github/languages/code-size/nakkht/quick-constraint?color=brightgreen)
[![documentation](https://img.shields.io/badge/doc-reference-brightgreen)](https://nakkht.github.io/quick-constraint/)Extension functions for making layout programmatically easier and faster
## Author
* [Paulius Gudonis](https://pgu.dev)## License
This repository is under the **Apache v2.0** license. [Find it here](https://github.com/nakkht/quick-constraint/blob/main/LICENSE).Copyright 2021 Paulius Gudonis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.