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

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

詳解IOS UITableViewCell 的 imageView大小更改

2019-10-21 18:45:20
字體:
供稿:網(wǎng)友

詳解IOS UITableViewCell 的 imageView大小更改

實(shí)例代碼:

- (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大小更改的實(shí)例,本站還有很多關(guān)于IOS 開發(fā)的文章,歡迎大家搜索參閱,

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


注:相關(guān)教程知識閱讀請移步到IOS開發(fā)頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 吉木乃县| 怀宁县| 教育| 芦山县| 遵义县| 宿州市| 会东县| 辽阳县| 洛阳市| 喜德县| 东明县| 临夏市| 高尔夫| 商城县| 沾化县| 宿松县| 仁寿县| 苍梧县| 遂昌县| 安新县| 宁都县| 营口市| 太仓市| 四川省| 西宁市| 清苑县| 河曲县| 集贤县| 宁国市| 平邑县| 克山县| 巩留县| 沙田区| 乐至县| 长兴县| 贵阳市| 南召县| 长沙县| 盘锦市| 和硕县| 三穗县|