Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.