FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.

Results 42 FlexLayout issues
Sort by recently updated
recently updated
newest added

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.5.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

I have a complicated UIView with a lot of children laid out using autolayout. Can this be used inside flex layout with minimum effort? Right now constraints break and the...

Update Pod dependency 'YogaKit', '~> 1.18.1'

Thanks for creating a really nice library, but I'm a little confused right now. Constraints not working after using FlexLayout for subviews class CellsViewController: UIViewController { override func viewDidLoad() {...

Hi, I need a second view controller height based on super view height how to get that? I already give root flex to wrap but it's not working. please help...

Hello. I am exploring FlexLayout (thanks for the great work!), and have noticed that an old version of Yoga from 2008 is used (facebook/yoga@295d111f0eafd9275bc4a9e8e646dbcdd5e88c2d) whereas Yoga has had many changes...

Or will be in the near future?

We try to make an application with the FlexLayout. The error occurs from the gap between Yoga library calculated value and the actual value for a UIView. In a case......