TableViewCellAutoLayoutDemo:iOS8 cell 自适应

时间:2021-05-02 16:35:33
【文件属性】:
文件名称:TableViewCellAutoLayoutDemo:iOS8 cell 自适应
文件大小:139KB
文件格式:ZIP
更新时间:2021-05-02 16:35:33
Objective-C TableViewCellWithAutoLayoutiOS8 注意:此示例项目需要Xcode 6和iOS 8 。 有关演示iOS 7兼容实现的示例项目,。 示例项目演示了iOS 8中的自调整表格视图单元格大小,使用UITableViewCell中的“自动布局”来实现具有可变行高的动态布局。 该项目是一个通用应用程序,将在iPhone和iPad上运行。 此实现仅与iOS 8及更高版本兼容。 此存储库中有两个分支: 一个Swift实现 Objective-C (此分支)-Objective-C的实现 要构建和运行该应用程序,应在Xcode中打开TableViewCellWithAutoLayout.xcworkspace 。 此示例项目显示一个表格视图,其中的单元格每个都包含一个单行标题标签和一个多行正文标签(每个单元格的正文标签显示随机数量的lorem ipsum单词)。 该项
【文件预览】:
TableViewCellAutoLayoutDemo-master
----TableViewCellWithAutoLayout.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(25KB)
----Pods()
--------PureLayout()
--------Manifest.lock(150B)
--------Target Support Files()
--------Headers()
--------Pods.xcodeproj()
----TableViewCellWithAutoLayout.xcworkspace()
--------contents.xcworkspacedata(245B)
----Podfile.lock(150B)
----TableViewCellWithAutoLayout()
--------TableViewController()
--------RJAppDelegate.m(3KB)
--------en.lproj()
--------main.m(366B)
--------Images.xcassets()
--------TableViewCellWithAutoLayout-Prefix.pch(344B)
--------TableViewCellWithAutoLayout-Info.plist(1KB)
--------RJAppDelegate.h(1KB)
----TableViewCellWithAutoLayoutTests()
--------en.lproj()
--------TableViewCellWithAutoLayoutTests.m(721B)
--------TableViewCellWithAutoLayoutTests-Info.plist(674B)
----Podfile(34B)
----README.md(2KB)
----.gitignore(837B)

网友评论