Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robb/FLXView

A UIView that uses Flexbox for layouting. :sparkles:
https://github.com/robb/FLXView

Last synced: 3 months ago
JSON representation

A UIView that uses Flexbox for layouting. :sparkles:

Awesome Lists containing this project

README

        

# FLXView

A convenient way to layout views using flexbox. Check out the
`Example.playground`.

It uses Facebook's [flexbox implementation][css-layout] and was inspired by Josh Abernathy's
[SwiftBox].

[css-layout]: https://github.com/facebook/css-layout
[swiftbox]: https://github.com/joshaber/SwiftBox