I am trying to create a multiple line string to be displayed in a UITextView. I create and append each string and then pad to the correct position. When I log the resulting string in the debugger, the individual fields are all neatly aligned. When I look at the TextView in the simulator, nothing is aligned, it looks like I am using a proportional spaced font. I have tried changing various fonts, but to no effect. Anyone got any clues, or any thoughts?
Thanks