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

In Our Project we have scenario where we have autosizing cell and table, Currently we are unable to adjust height using flex, Is there a way with which we can...

Greetings, Kindly help with the best practise or a sample code to use UITableview in flexbox with Custom UITableviewCell and Auto Dimension. Currently i have implemented a Tableview inside the...

When we create let/var for some of FlexLayout properties we should explicit cast values to CGFloat e.g. ```swift let height = isSmall ? CGFloat(100.0) : CGFloat(200.0) view.flex.height(height) ``` It looks...

Am trying to create app using Flexbox, But Orientation is not working , Is there any api to enable Orientation

Hi @lucdion, I have a question, how can we update the height of UITableViewCell when the height of UICollectionView changed? I already used the method markDirty() but it does not...

Query:: borderLeftWidth, borderTopWidth if i want to set border color means how to set. there is any API is there.

For example, I have 3 items in a row. The only second item has starting and ending margins. I wanna show or hide it with it's margins. In other words,...