How to make this UILabel move the email address to the next Line?
问题 I have a simple UILabel that is printing text as follows: John Doe sent a message to blahblah- blah@blahblah.com Thus, the email address here : blahblah-blah@blahblah.com is being cut and partially displayed on the next line. What do I need to do to make it display as : John Doe sent a message to blahblah-blah@blahblah.com ? I already have the following : self.mailLabel.lineBreakMode = NSLineBreakModeByWordWrapping; self.mailLabel.numberOfLines = 0; The string in question is : [NSString