Thursday, April 24, 2008
Question on iPhone SDK - loading remote data
Thursday, April 24, 2008
I am currently head's down into the iPhone SDK. Not being totally familiar with Cocoa, it's presenting a nice challenge. One thing I am most interested in is reading data from the web and displaying it on an iPhone or Touch... without use of Safari.
Any devs out there have any quick example projects that show this? It could even be reading remote XML or something straight & parsing it. I'll be scouring the web for some examples as well.
The latest XCode is really pretty awesome - but I am no fan of all of the freaking windows and square brackets yet. There are tons of nice UI touches everywhere. It almost doesn't feel like an IDE.
Any devs out there have any quick example projects that show this? It could even be reading remote XML or something straight & parsing it. I'll be scouring the web for some examples as well.
The latest XCode is really pretty awesome - but I am no fan of all of the freaking windows and square brackets yet. There are tons of nice UI touches everywhere. It almost doesn't feel like an IDE.
Comments:
There are currently 1 Comments:
-
Mike Rundle said...“Establish an NSURL connection with the data URL you're pulling in, then render it as a table view or drop it into a UIWebView in your application as HTML. Check iPhone Programming Guide for the UIWebView sample code.”


