Hi everyone!
I wanna populate a Table View with youtube videos. I have a code I think make this:
Code:
NSString *xmlString = [[NSString alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://gdata.youtube.com/feeds/api/users/--USERNAME--/uploads"] encoding:NSUTF8StringEncoding error:nil];
NSLog(@"%@",xmlString);
But I don't know how to use this...
Please can anyone help me on how to use this code to push Youtube videos to a Table View or any other way that works??
Thank you