Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

4 Answers

up vote 17 down vote accepted

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

share|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 '12 at 11:09

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

share|improve this answer

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

share|improve this answer

This is the best CoreText tutorial I've found out there:

http://www.raywenderlich.com/4147/how-to-create-a-simple-magazine-app-with-core-text

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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