July 2010
SunMonTueWedThuFriSat
« Jun Aug »
 123
45678910
11121314151617
18192021222324
25262728293031

Day July 8, 2010

Core Text Objective-C Wrapper

One of the most promising and mysterious new frameworks introduced in iOS 3.2 is Core Text. Apple defines Core Text as a “text drawing engine”, which allows Mac (and now iPad) apps to render rich text on any graphics context. Strings drawn with Core Text feature lots of custom settings such as detailed font information, [...]