Closed acrocat closed 7 years ago
This is correct and intended behavior - setting the label height does not automatically re-layout everything else on the screen. That should be done manually.
That's fair if it's by design, but I'm migrating from SnapKit where this isn't an issue. From what I understand of AL, if a label doesn't have a constraint for its height, it'll occupy whatever free space it needs.
@acrocat Neon not uses AutoLayout, there is no 'constraints', it just bunch of helpful functions to calculate frames.
For example, this will only display a label with a height large enough for "Hello World".