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

You can add small helper to make UIStackView like UI with spacing between items. ```swift /** Set offset from other items in same container. Assign same spacing for all items...

enhancement

Just asking. If taking `Bool` as parameter we can use this function as we use `isHidden` property in `UIView`. It will be more convenient I think.

question

![image](https://user-images.githubusercontent.com/3191545/78109638-2cf72980-742c-11ea-86c3-c1ef26337ab7.png) ![image](https://user-images.githubusercontent.com/3191545/78109660-3aacaf00-742c-11ea-8d39-e8e180dbfa4a.png) I have introduced the project but I don't know how to call the method。 ![image](https://user-images.githubusercontent.com/3191545/78109743-60d24f00-742c-11ea-9f4b-fe9bab0b72d1.png) pinLayout I have introduced and used correctly, but FlexLayout cannot be called

![Στιγμιότυπο 2019-10-30, 9 03 51 μμ](https://user-images.githubusercontent.com/56849179/67890220-f9506480-fb58-11e9-8575-588cc408b779.png) ![Στιγμιότυπο 2019-10-30, 9 03 03 μμ](https://user-images.githubusercontent.com/56849179/67890238-01100900-fb59-11e9-8e98-cb58a880ce1d.png) I have a selector and when i switch accountypes i want to hide 2certain textFields and the others...

Constraint doesn't work with flex layout. I tried to add UILabel below flex layout without success. Flex layout with adjusted height. IntrinsicContentSize of flex container is -1, -1.

Hello. How with help Flex, you can create a collection within another collection and both with an auto-sized cell. I wrote an example, but I think that all this can...

My Podfile use #use_frameworks! add `:modular_headers => true` in tail Pod 'Flexlayout' after pod install. Pods/FlexLayout/Sources/yoga/Yoga-internal.h:9:10: error: 'algorithm' file not found #include ^ :0: error: could not build Objective-C module...

I have a base UITableViewCell, and override it. how to layout?

warning: Swift error in scratch context: :1:9: note: in file included from :1: #import "Headers/FlexLayout-umbrella.h" I can't use breakpoints/debugger with this issue. Anyone else experiencing this or knowing how to...

My objective is trying to create a flexlayout xcframeworks that can be reused across different swift versions, so that I do not need to rebuild whenever xcode upgrade. I tried...