I'm setting up a WKInterfaceController like this:
(read RTC as Relative to Container, AL as alignment and STF as size to fit content)
- Main Group: w: RTC (1) h: RTC (1) - AL h: Center v: Top
- WKInterfaceImage w: 30 h: 30 - AL h: Center v: Top
- Mid Group: w: RTC (1) h: RTC (0.5) - AL h: Center v: Center
- WKInterfaceLabel: w: RTC (1) h: RTC (0.5) - AL h: Center v: Center
- Bottom Group: w RTC (1) h: STC - AL h: Center v: Bottom
- other stuff...
a representation looks like this:
I want the font of the label contained in the Mid Group to shrink if the text is too big to stay inside it (it's ok if it goes multiple lines).
To achieve this I've set the font to be system bold 30, the Min Scale
value to be 0.5, and the Lines
value to be 0, but everything gets ignored and the text gets trunkated or (depending on the configuration of the container / label) it goes outside the group boundaries.
What am I missing? I've tried to follow the answer contained in this question but didn't manage to make it work properly.