Is it possible to set a UILineBreakMode for the title of a UIViewController?
It seems from the documentation that title is simply an NSString property, so it’s not possible to set it directly. I’m assuming that somewhere behind the scenes the framework creates a UILabel with the title string as it’s text – is it possible to access this UILabel in any way?
Try this piece of code:
You can adjust the parameters within to make it appear as you want.