开发者

Tutorial for Parsing Images from Url in Iphone

Can anyone help me out with a simple Tutorial dem开发者_高级运维onstrating the Parsing of image from url in IPhone


NSURL *url = [NSURL URLWithString:@"http://your-url-to-image-goes-here"];
NSImage *image = [[NSImage alloc] initWithContentsOfURL:url];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜