lanhailvcao 2012-11-02 07:26 采纳率: 71.4%
浏览 3354

动态改变UITable单元格的高度?

我需要根据单元格的内容可以动态的修改单元格的高度,已经试了好几种方法,不知道有没有人可以提供能实现的方法?谢谢

  • 写回答

3条回答

  • g989_1314125 2012-11-02 07:34
    关注

    你可以试试下面的例子:

     - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath         *)indexPath {
    
    NSDictionary *itemAtIndex = (NSDictionary *)[chatQuestions objectAtIndex:indexPath.row];
    
    if ([self sizeForText:[itemAtIndex objectForKey:@"text"]].height+20>50) {
        return [self sizeForText:[itemAtIndex objectForKey:@"text"]].height+20;
    }
    else{
        return 50;}
    
    
    
    }
    
     -(CGSize)sizeForText:(NSString*)text
      {
    
    
    CGSize constraintSize;
    
    constraintSize.width = 190.0f;
    
    constraintSize.height = MAXFLOAT;
    UIFont *labelFont = [UIFont fontWithName:@"Noteworthy-Light" size:18];
    
    CGSize stringSize =[text sizeWithFont:labelFont constrainedToSize: constraintSize lineBreakMode: UILineBreakModeWordWrap];
    
    return stringSize;
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料