Luc Dion
Luc Dion
If you implement the cell for both, I could sample them afterward on all devices, including iPhone 8 and X.
Sorry @wjling, I'm not sure to understand your comment 🤔
You need to relayout the Flex container, i.e. do what you probably do in your `UIView.layoutSubviews()` or `UIViewController.viewDidLayoutSubviews()`.
This is weird. Do you have a sample that reproduce this issue?
Thanks. Please check the CI failure https://github.com/layoutBox/FlexLayout/runs/6507064856?check_suite_focus=true
There could be a conflict between `viewDidLayoutSubviews()` (which set the size to 30), and the animation block who set the size to 100. You should update a property containing the...
I agree @emailatravi, that would be really nice. It wouldn't be so complicated, it just needs time. The implementation would be something similar to what Masonry does (https://github.com/SnapKit/Masonry).
I've found this answer: https://stackoverflow.com/a/64767502/4342765 > It was just because I forgot to set translatesAutoresizingMaskIntoConstraints to false for a subview I was adding to cell's contentView... Could it be this?
Hi @marclefrancois! I need to think about it, but: 1. Changing the default behaviour of the `wrapContent` method is not a solution, it would create a behaviour breaking change. I'm...
Hi, do you have a graphic of what you are trying to achieve? This would helps me to give you an accurate answer.