iphone download help thanks
- by Floo
hi all !
i create an array using :
NSURL *url = [NSURL URLWithString:@"http;//www.myadress.myplist.plist"];f
NSArray *tmp = [NSArray arrayWithContentsOfURL:url];
how do i know when the download is complete ?
thanks to all !