开发者

Tutorial for Parsing Images from Url in Iphone

开发者 https://www.devze.com 2023-01-06 16:11 出处:网络
Can anyonehelp me out with a simple Tutorial dem开发者_高级运维onstrating the Parsing of image from url in IPhoneNSURL *url = [NSURL URLWithString:@\"http://your-url-to-image-goes-here\"];

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

精彩评论

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

关注公众号