brovador / DTCoreTextHyphenationExample

An example of creating hyphenated justified text with DTCoreText

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTCoreTextHyphenationExample

An example of creating justified and hyphenated text with DTCoreText. Tested over iOS5+.

Example

NSString+Hyphenation

Simple NSString category that hyphenates his text using a selected locale.

- (NSString*)hyphenatedStringWithLocale:(NSLocale*)locale;

About

An example of creating hyphenated justified text with DTCoreText


Languages

Language:Objective-C 99.4%Language:Ruby 0.6%