is there any nice CoreText tutorial for iPad out there? ... I found just few exampes in SDK documentation ... thanks

link|improve this question

feedback

3 Answers

up vote 12 down vote accepted

"Befriending Core Text" is a helpful tutorial for getting started with Core Text on iOS.

link|improve this answer
Just released, too. I was really pleased to see Oliver cover the topic, the explanation is very enlightening. – Matthew Frederick Jan 5 '11 at 14:16
Very nice, thanks :) – Ondrej May 6 at 11:09
feedback

This is not iPad specific but maybe the following code/example can help you further.

A Core Text powered eBook Reader for Mac OS X: http://github.com/jjgod/textus

link|improve this answer
feedback

We have created our own CoreText example project with reusable classes on github as there is not enough working example source codes or step by step tutorials: https://github.com/FuerteInternational/FTCoreText

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.