I just moved from xCode 4.x to xCode 5, along with making the jump to iOS 7. In the past, I have placed text with trailing spaces in a UILabel
, and using right alignment leaves a little space to the right of the text. Since I have moved to xCode 5, this behavior seems to have changed. When the UILabel
right-aligns its text, it appears to be ignoring the trailing spaces - and aligns the text as if there were no trailing spaces at all.
Has anyone else seen this behavior? Is there a way to add edge insets within xCode to adjust for this new behavior, or must it be done in code?