Does the UIWebView support an rss reader like the safari rss reader on a mac? Im trying to get an rss feed into my app, i tried loading it into a table but i get error number 5 when trying to pull in the data. twitter also wont pull in... so im going to the webview. how would i display rss feed effectively in a webview? or does anyone know how to get a .rss feed to load into a table view?
Thanks for the help!
The feed that I want won't work in any if those RSS readers, so I wanted to display the rss in the web view. But when the webview loads, it launches the rss in safari... Can I force it to open in the web view? Thanks again...