Trying to figure out how to load an external webpage into my iPhone app. It would be used to let people know the latest of something.
Here's what I have found but I am unaware of how to use it:
NSData *externalData = [NSData dataWithContentsOfURL:[NSURL URLWithString: @"http"//www.xprogress.com/time.php"]]
How would I load this into a xib file so that it shows up in the app? Or where would I find a tut on how to do this?