动态显示tableview 的高 DynamicHeights.zip 源码

时间:2016-06-07 12:10:14
【文件属性】:
文件名称:动态显示tableview 的高 DynamicHeights.zip 源码
文件大小:35KB
文件格式:ZIP
更新时间:2016-06-07 12:10:14
动态显示 tableview 的高 动态显示tableview 的高 DynamicHeights.zip
【文件预览】:
DynamicHeights
----main.m(371B)
----DynamicHeights-Info.plist(909B)
----.DS_Store(6KB)
----DynamicHeightsViewController.xib(18KB)
----DynamicHeights_Prefix.pch(235B)
----DynamicHeights.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(11KB)
--------mlong.mode1v3(40KB)
--------xcuserdata()
--------mlong.pbxuser(9KB)
----Classes()
--------DynamicHeightsViewController.h(334B)
--------DynamicHeightsAppDelegate.h(524B)
--------DynamicHeightsAppDelegate.m(656B)
--------DynamicHeightsViewController.m(4KB)
----MainWindow.xib(9KB)

网友评论

  • 挺好的,挺有学习帮助的
  • 谢谢分享,这个动态cell高度的demo对我很有帮助。 ------------------- 源代码在6.0版本模拟器运行正常。 因为demo写于09年, UILineBreakModeWordWrap; cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:@"Cell"] autorelease]; 现在这两种写法已经废弃了。