Example
A UIButton that has:
- 1000 priority width constraint (say width = 20)
- 1000 priority horizontal compression resistance priority
- wide content that is bigger than 20
I don't get any runtime warning (the one in debugger), but for me it seems that i should. The content (button title) gets truncated. Why there is no warning and how do i enable it?