I’m working on a XML view in xcode but the xml feed won’t show. Do I need to place a object in the .xib file? And does anyone know which object?
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
[self parseXMLFileAtURL:@"http://***.com/get_recent_posts.xml"];
}
If you just want to show a string that you’ve already pulled out of the XML, use a UILabel.