The text in a UILabel
is flickering after being displayed, first appearing with ellipsis on a single line, then occupying the 2 lines it fits in.
Notice that the cell height doesn't change.
Here is the problem:
The label "Друзъя, примите участие и наполните Коробку!" (Friends, take part and fill the boxes!) first appears truncated and misaligned as "Друзъя, примите участи..." during the view transition.
This happens only on iPhone 4s with iOS 8.1. All manipulation with Label (except text assigning) happens in the Storyboard.
What is causing this flickering?