Do we have character hyphenated wrapping supported in iOS? i.e. when text exceeds the frame width there should be a hyphen added by the iOS in the last word of the line.
Do we have character hyphenated wrapping supported in iOS? i.e. when text exceeds the
Share
Here is a GitHub project about hyphenation made by Tupil. It is a category implementation for
NSStringcalledNSString+Hyphenate. You may have a try with this. Tupil’s blog “Adding Hyphenation to NSString” describes how to use it.You can also have a look at: