I have an application that I'm working on using UIWebView. I'm not much of a web von, so I'm probably not familiar with a trivial thing - when I load a web site, how can I return the data to my application? This site is on the server that passes Google Maps for the application, but I have some additional information passed along with it. I think it's easy. How can I begin to complete it?
You probably do not want to use a UIWebView instead of downloading the HTML source for a page See NSURLRequest
for.
Comments
Post a Comment