Display "custom" view (various images, various text). Should I use UIWebView?
Posted
by aw
on Stack Overflow
See other posts from Stack Overflow
or by aw
Published on 2010-04-21T13:15:52Z
Indexed on
2010/04/21
13:23 UTC
Read the original article
Hit count: 185
First: No, none of the content should be loaded from the web. All content parts are shipped with the main bundle.
I have n images and mass of text (including lists). Instead of building all view parts programmatically in objective-c if was thinking of using an UIWebView and build "only" the HTML dynamically.
Does anything speaks against it? How does UIWebView work with local content?
Links and resources welcome.
Thanks
© Stack Overflow or respective owner