Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/robb/FLXView
- Owner: robb
- Archived: true
- Created: 2015-04-27T12:07:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T14:43:34.000Z (over 8 years ago)
- Last Synced: 2024-07-22T10:13:50.654Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 391 KB
- Stars: 481
- Watchers: 15
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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