I've an app that is being localized to Simplified Chinese
. I've noticed that sometimes UILabels
and UITextViews
wrap characters but not entire words.
It seems a bit crazy to go through the Chinese
language to manually point out line breaks for every single localized string for every single device size and orientation.
Is there a way to use NSLinguisticTagger
to extract the words and tell UILabel
to wrap based on what was tagged?