亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

詳解IOS UITableViewCell 的 imageView大小更改

發布時間:2020-09-08 02:55:57 來源:腳本之家 閱讀:361 作者:追到夢的魔術師 欄目:移動開發

詳解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;


}

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

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

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

弥勒县| 原阳县| 天镇县| 准格尔旗| 泰和县| 沾益县| 广宁县| 伊川县| 松江区| 娄烦县| 石屏县| 临沂市| 肥乡县| 吉首市| 鄂尔多斯市| 栾城县| 蒙山县| 汾阳市| 铜陵市| 浪卡子县| 普兰店市| 宣恩县| 比如县| 阿合奇县| 乌拉特中旗| 广汉市| 乌兰县| 宣化县| 井陉县| 瑞丽市| 塔城市| 乌鲁木齐县| 津南区| 桃园县| 隆林| 资阳市| 黎川县| 呼和浩特市| 应用必备| 尖扎县| 横峰县|