so i've got about 100 pages with different Text-Layouts. Bold Fonts in large paragraphs, italic, headlines etc .pp.
Now i'm wondering whats the best way to display them in my uiview. i cannot find an elemen开发者_如何学Ct that fits for me (UILable, Textfield, etc).
Whats the best way to do this? any ideas?
thanks for all hints!
Have you considered a UIWebView?
If the load time is really long, you should take a look at CATiledLayer
. It is used (most probably) on Safari.app or Maps.app to load information on screen lazily
In a company I worked for, they use the cocos2d framework to render interactive books, with funky fonts. It may be a bit too much for what you need, but as choise said, you could use a UIWebView
精彩评论