国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

Objective C從遠程url下載圖片方法匯總

2020-07-26 03:36:09
字體:
來源:轉載
供稿:網友

Objective C從遠程url下載圖片

- (UIImage *) getImageFromURL: (NSString *)theURL {  UIImage *theImage = NULL;  NSString *imageFileName = [BT_strings getFileNameFromURL:theURL];  NSData *imageData = [[NSData alloc] initWithContentsOfURL:[NSURL URLWithString:theURL]];  theImage = [[UIImage alloc] initWithData:imageData];  [BT_fileManager saveImageToFile:theImage fileName:imageFileName];  return theImage;}

objective C從遠程地址獲取圖片并修改尺寸

NSString* imageURL = [NSString stringWithFormat: @"http://theimageurl.com/?id=%@", [[resultsEntries objectAtIndex:0] objectForKey: @"image_large"]];NSData* imageData = [[NSData alloc]initWithContentsOfURL:[NSURL URLWithString:imageURL]]; UIImage* image = [[UIImage alloc] initWithData:imageData]; // resize imageCGSize newSize = CGSizeMake(100, 100);UIGraphicsBeginImageContext( newSize );// a CGSize that has the size you want[image drawInRect:CGRectMake(0,0,newSize.width,newSize.height)]; //image is the original UIImageUIImage* newImage = UIGraphicsGetImageFromCurrentImageContext();UIGraphicsEndImageContext();     imageHeight = image.size.height;[imageMain setImage:newImage];[imageData release];[image release];

以上所述就是本文的全部內容了,希望大家能夠喜歡。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 和田县| 吉林市| 潮安县| 青川县| 泰宁县| 大丰市| 娄烦县| 孝昌县| 隆尧县| 陆丰市| 吴旗县| 油尖旺区| 信宜市| 哈密市| 阿克苏市| 黔东| 广东省| 汉阴县| 山阳县| 高安市| 丰台区| 雷山县| 沈阳市| 波密县| 旌德县| 昭觉县| 长沙县| 轮台县| 固安县| 黄陵县| 玉溪市| 肃宁县| 佛坪县| 宜都市| 义乌市| 游戏| 仙游县| 甘孜县| 景谷| 汉中市| 马龙县|