Hi, everyone,
I want to ask an stupid question about the Xcode. I use the .xib to add a Label to my interface and I type something in the Label. For example, Hello World. How can I set the 2 words or 3 words in different lines?
Example:
Hello World // I don't want this
Hello // this is correct
World
Thank you very much.