Hello,
I have a problem when updating the text of UILabels. I currently have 10 labels placed sequentially one after another (anchored right to each other) horizontally. The "Overflow" value is set to "Resize Freely" and that is the source of the problem, since that when is deactivated everything works. The problem is that when the text of the labels gets updated, the result is a sort of unwanted bouncing (or shaking, if you want) animation. It seems that the rectangle of the label containing the text is continuously resizing for a bit, and that causes this bad visual effect. Any solution for this, please?