Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muukii/BoxLayout
[WIP] SwiftUI's interface like AutoLayout DSL
https://github.com/muukii/BoxLayout
Last synced: 11 days ago
JSON representation
[WIP] SwiftUI's interface like AutoLayout DSL
- Host: GitHub
- URL: https://github.com/muukii/BoxLayout
- Owner: muukii
- License: mit
- Archived: true
- Created: 2019-06-19T15:33:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-17T13:40:44.000Z (about 5 years ago)
- Last Synced: 2024-08-02T08:10:03.607Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 7.74 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-result-builders - BoxLayout - [WIP] SwiftUI's interface like AutoLayout DSL (UIKit)
README
# BoxLayout
[![CI Status](https://img.shields.io/travis/Muukii/BoxLayout.svg?style=flat)](https://travis-ci.org/Muukii/BoxLayout)
[![Version](https://img.shields.io/cocoapods/v/BoxLayout.svg?style=flat)](https://cocoapods.org/pods/BoxLayout)
[![License](https://img.shields.io/cocoapods/l/BoxLayout.svg?style=flat)](https://cocoapods.org/pods/BoxLayout)
[![Platform](https://img.shields.io/cocoapods/p/BoxLayout.svg?style=flat)](https://cocoapods.org/pods/BoxLayout)# What this is
BoxLayout creates a set of NSLayoutConstraints with DSL Style.
DSL is inspired by SwiftUI and other Flexbox style libraries.## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
BoxLayout is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'BoxLayout'
```## Author
Muukii, [email protected]
## License
BoxLayout is available under the MIT license. See the LICENSE file for more info.