Is there a way with AutoLayout to have a view height depend on its width, but not expressible with an aspect ratio? For example having multiple buttons displayed one after the other on multiple lines with a text-like flowing layout.
If my view is in a table view cell that uses autosizing, the cell is sometimes created with a non-final width, then the system uses systemLayoutSizeFitting to get the cell height without the constraint being updated in regard to the final width. When it gets updated it’s too late