littleJoe

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年2月5日

摘要: Dynamic Type 动态类型1.比如字体。使用动态的用户自定义的系统字体。 -(void)updateFonts { UIFont *font = [UIFont preferredFontForTextStyle:UIFontTextStyleBody]; self.nameLabel.... 阅读全文
posted @ 2015-02-05 17:48 littleJoe 阅读(309) 评论(0) 推荐(0)

摘要: subclass UITableViewCell一般是通过改变单元格的contentView来改变整个单元格的外观与行为,比如自定义UILabel,UIButton然后添加到contentView中举例,当整个单元格进入编辑模式,是要移动contentView,来给删除图标[delete contr... 阅读全文
posted @ 2015-02-05 15:58 littleJoe 阅读(205) 评论(0) 推荐(0)

摘要: subclass UITableViewCell一般是通过改变单元格的contentView来改变整个单元格的外观与行为,比如自定义UILabel,UIButton然后添加到contentView中举例,当整个单元格进入编辑模式,是要移动contentView,来给删除图标[delete contr... 阅读全文
posted @ 2015-02-05 15:52 littleJoe 阅读(90) 评论(0) 推荐(0)