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

首頁 > 系統(tǒng) > iOS > 正文

詳解IOS UITableViewCell 的 imageView大小更改

2020-07-26 02:44:58
字體:
供稿:網(wǎng)友

詳解IOS UITableViewCell 的 imageView大小更改

實例代碼:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{  static NSString *CellIdentifier = @"Cell";  UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];  if(cell == nil){    cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:CellIdentifier];    cell.textLabel.text = [self.arrStr objectAtIndex:indexPath.row];    UIImage *img = [UIImage imageNamed:[self.arrImg objectAtIndex:indexPath.row]];    cell.imageView.image = img;    //iOS UITableViewCell 的 imageView大小更改    CGSize itemSize = CGSizeMake(img.size.width *2/3, img.size.height *2/3);    UIGraphicsBeginImageContext(itemSize);    CGRect imageRect = CGRectMake(0.0, 0.0, itemSize.width, itemSize.height);    [cell.imageView.image drawInRect:imageRect];    cell.imageView.image = UIGraphicsGetImageFromCurrentImageContext();    UIGraphicsEndImageContext();  }  return cell;}

以上就是關(guān)于IOS UITableViewCell 的 imageView大小更改的實例,本站還有很多關(guān)于IOS 開發(fā)的文章,歡迎大家搜索參閱,

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 沙坪坝区| 壤塘县| 镇康县| 定西市| 易门县| 巧家县| 黄浦区| 犍为县| 安平县| 金坛市| 紫阳县| 洪洞县| 福贡县| 宝清县| 呼玛县| 民和| 宁陵县| 晴隆县| 乌拉特中旗| 江阴市| 诸暨市| 绿春县| 基隆市| 玉山县| 万山特区| 赤峰市| 敖汉旗| 香河县| 富平县| 五河县| 灵石县| 弥勒县| 南康市| 鹤岗市| 麻栗坡县| 绥德县| 平昌县| 双辽市| 越西县| 开封县| 舒兰市|