I wrote simple iOS app which countdown the time til midnight. I have single text label which is used to display current time. I use NStimer to change the content of that label. The problem is that when the content of the label is changed (in every second)the content moves left and right for about 1px. Is it possible the position of label content to be fixed ?
Share
The position of a label is fixed, make sure the text alignment isn’t on center.