Reputation: 1542
It seems most reading application that will display quite a lot of text will still use WebView instead of Core Text (Instapaper, iBooks, other reading apps).
I want to know if there are any concerns for those applications not using Core Text but WebView which will generally have rather poor performance.
Upvotes: 1
Views: 1776
Reputation: 9364
This is quite simply answered:
That's why noone does it. CoreText can be faster. But currently (iOS 4.x) this is a LOT of work. Nothing to be done in just a few hours. Especially if you're not a pro, leave your hands of CoreText for large texts for now. My opinion...
EDIT: Things get hairy if you want to embed images, etc. You need to pass all these things down to core text. Requires lots of fine tuning...
Upvotes: 4
Reputation: 1307
Actually I've used CoreText to create a framework for making press related application, (books & magazines ) and it's being used for some products atm, It's not that hard to use CoreText but there are some problems and the documentation is not perfect either but it shouldn't be hard to learn how to use CoreText, you can find some sources on the web that are adjusted to fit iphone rather than MacOsX.
Cheers, Krzysztof Zabłocki
Upvotes: 1