美文网首页
UITableView

UITableView

作者: 莫_名 | 来源:发表于2016-09-20 19:47 被阅读0次

    自定义cell
    继承UITableViewCell

    • 重写-initWithStyle:reuseIdentifier:方法
      • 在这个方法中添加所有的子控件
      • 给子控件做一些初始化设置(设置字体、文字颜色等)
      • 添加子控件的完整约束/重写layoutsubviews方法设置子控件frame

    相关文章

      网友评论

          本文标题:UITableView

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