Stanislas Heili
Results
1
issues of
Stanislas Heili
I saw in the readme that there are 3 different ways to define height. ``` // Calculate height using auto-layout LabelBrick(height: .auto(estimate: .fixed(size: 50)), text: "BRICK"), // Fixed Height LabelBrick(height:...