I have made a 'RSS Feed' app through parsing XML. Now I want to load the content into a UIWebView
within a detail view, but not as a generic browser. I know that HTML content can be loaded in a UIWebView
, so I want to convert the XML feed's content to HTML content and load it in the web view.
How could this be done?