国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 隆林| 江都市| 玛多县| 无为县| 鄢陵县| 舒兰市| 长春市| 临城县| 潮州市| 昌黎县| 乌什县| 瑞昌市| 嵩明县| 泰来县| 莱芜市| 万安县| 淮北市| 应城市| 调兵山市| 南汇区| 乌拉特前旗| 玛多县| 新蔡县| 新密市| 浦江县| 赤水市| 徐汇区| 邵阳市| 衡阳市| 和田市| 平舆县| 临江市| 双峰县| 肃宁县| 万宁市| 肇庆市| 浮山县| 辰溪县| 冕宁县| 仁布县| 荣昌县|