绘制UITableViewCell

时间:2016-09-25 19:20:07
【文件属性】:
文件名称:绘制UITableViewCell
文件大小:201KB
文件格式:ZIP
更新时间:2016-09-25 19:20:07
IOS,表视图 手工绘制自定义表视图的单元格,提高性能。
【文件预览】:
CustomDrawnDemo
----CustomDrawnDemo()
--------HRCell.m(970B)
--------Animal.m(180B)
--------CustomDrawnDemo-Info.plist(1KB)
--------AppDelegate.h(277B)
--------resources()
--------HRCustomCell.h(394B)
--------ViewController.h(220B)
--------en.lproj()
--------Default-568h@2x.png(18KB)
--------main.m(336B)
--------Default@2x.png(16KB)
--------Default.png(6KB)
--------AppDelegate.m(2KB)
--------HRCell.h(266B)
--------ViewController.m(2KB)
--------HRCustomCell.m(2KB)
--------Animal.h(345B)
--------CustomDrawnDemo-Prefix.pch(333B)
----CustomDrawnDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(18KB)
--------xcuserdata()

网友评论

  • 谢谢lz分享!
  • 研究了,很好
  • 可以用,适合初学。
  • 蛮好的,适合新人
  • 很清晰 适合入门用
  • 还行,适合初学者
  • 抄袭ABTableViewCell !就是把别人的代码,拿来汉化一下。
  • 可以用,适合初学。
  • 学习了,正在研究tableView性能优化
  • 扩展的UITableView 可以正常使用
  • 还行~适合一年经验人士
  • 对于初学者,还行。
  • 扩展的UITableView 可以正常使用
  • 对UITableView得优化很有帮助,确实存在crash现象,把crash得地方写为- (void)drawRect:(CGRect)rect { for (UIView* next = [self superview]; next; next = next.superview) { UIResponder* nextResponder = [next nextResponder]; if ([nextResponder isKindOfClass:[HRCell class]]) { HRCell * superCel
  • 这个做的不错,很好用
  • 这个不错,很好用哦,亲
  • 很棒,使用中
  • 很不错的哦!支持
  • 实例挺好的,加深了对UITableViewCell的了解
  • 对UItableview优化太棒了,就是为什么运行会crash
  • 还不错 可惜不支持动画效果
  • 研究了一下,还是差点意思
  • 扩展的UITableView 可以正常使用
  • 对UItableview优化太棒了,就是为什么运行会crash
  • 很好用 我用到了