2014年1月15日 星期三

ios UIImage URL 要讀取網路圖片

code範例:
NSURL *imageURL = [NSURL URLWithString:@"http://example.com/demo.jpg"];
NSData *imageData = [NSData dataWithContentsOfURL:imageURL];
UIImage *image = [UIImage imageWithData:imageData];

0 意見:

張貼留言