I've been trying to make an app that uses webview to link to a website- but I just doesn't display as well as I hoped- the problem with doing it without a simple webview is that 1, I don't operate the website, and 2, the site uses XML-RPC, something I'm not familiar with. So right now, using plain webview to load the site works, but is not elegant and iPhone-ish- where do I go from here?
The only other thing is that there's a dashboard widget that is exactly what I want the app to be, but I don't know how to implement that code into a CocoaTouch project- it's ironic because the widget is perfect, I just don't know how to turn it into an app with WebView.
The only other thing is that there's a dashboard widget that is exactly what I want the app to be, but I don't know how to implement that code into a CocoaTouch project- it's ironic because the widget is perfect, I just don't know how to turn it into an app with WebView.