In my case, it was bottom space
constraint issue. I had set it to = 16
.
When I set it to bottom to >= 16
, this issue got solved.
Also, if you have any height constraint in the label, then you need to remove it.
Here's my label's constraint view in the size inspector: