Hello,
I am developing an app that will display content for an article (text, images, etc) on some screens. The question is-- how should this content be presented/persisted? HTML in a UIWebView? Something else? Is there a standard approach to this? This data will come through a REST API initially and will need to be stored locally.
Thanks.
I am developing an app that will display content for an article (text, images, etc) on some screens. The question is-- how should this content be presented/persisted? HTML in a UIWebView? Something else? Is there a standard approach to this? This data will come through a REST API initially and will need to be stored locally.
Thanks.