Xcode5 and iOS7: trailing whitespaces in strings in Localizable.strings not working anymore
In my Localizable.strings I define a string with trailing whitespaces like this: "%@ points " = "%@ Punkte "; This worked just fine in iOS6 but when runing on an iOS7 emulator, the string is trimmed and the trailing whitespaces are stripped off. Background: The string above is right-aligned in a label. I use the whitespaces as a padding since I dont want to subclass UILabel or write a bunch of code for just one label. I also tried using ASCII signs, but this also did not work. Any suggestions for a simple soultion would be appreciated. Thank you! Perhaps you can try this workaround with