美文网首页
swftcell自适应高度

swftcell自适应高度

作者: 陈水寒 | 来源:发表于2017-09-09 17:08 被阅读26次

    cell中如果有个内容label,整个cell需要根据label的高度自适应,需要设置label的上下约束,不要设置label的高度,然后在主程序增加以下2行代码

            tableView.rowHeight = UITableViewAutomaticDimension
            tableView.estimatedRowHeight = 200
    

    相关文章

      网友评论

          本文标题:swftcell自适应高度

          本文链接:https://www.haomeiwen.com/subject/qehajxtx.html