Orthographisches Silbentrennungswort in IOS

Gibt es eine Möglichkeit, orthografische Silbentrennung zu verwenden?

Etwas wie das:

NSStiring *string = @"In June 2010 at the World Wide Developers Conference, Apple announced version 4 of Xcode during the Developer Tools State of the Union address.";
UILabel *label = [[UILabel alloc] init];
label.text = string;

Und wenn Frame UILabel schmal sein soll, fahren Sie fort mit:

Im Juni 2010 um
das weltweite
Entwickler
Ference, Apple
angekündigt
sion 4 von Xcode
während der Entwick-
oper Tools State
der Union
Kleid.

Antworten auf die Frage(3)

Ihre Antwort auf die Frage