Placing paragraphs within text fields or labels
How do I place a small paragraph within a text field or label? Do I use code for the new line? I'm using Int开发者_StackOverflowerface Builder with Xcode.
You could also try using an Text View (NSTextView/UITextView) instead of a text field or a label.
You must mean more than one paragraph, because a single paragraph doesn't need a new line. Just copy it out of a text editor and paste it in.
精彩评论