文件名称:ios-cell-layout:如何为动态大小的 UITableViewCells 使用自动布局
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-19 08:31:09
Swift
关于 如何在 iOS 7、8、9 上正确计算动态 UITableViewCell 高度。 在 iOS 7 上,高度是通过手动运行自动布局来计算的。 在 iOS 8 上,高度由表格视图自动计算,并为 UIKit 中的错误提供了一些解决方法。 在 iOS 9 上,高度由表格视图自动计算。 要求 Xcode 6.3.2 已测试 iPhone 和 iPad 模拟器(iOS 7.1、8.1、8.2、8.3、9.0)
【文件预览】:
ios-cell-layout-master
----CellLayoutTests()
--------CellLayoutTests.swift(905B)
--------Info.plist(750B)
----CellLayout.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
----LICENSE(1KB)
----CellLayout()
--------UIDeviceExtension.swift(720B)
--------TableViewController.swift(3KB)
--------UITableViewCellExtension.swift(1KB)
--------Label.swift(1KB)
--------AppDelegate.swift(620B)
--------UITableViewExtension.swift(919B)
--------Images.xcassets()
--------ContentTableCell.swift(960B)
--------Info.plist(1KB)
--------ContentTableCell.xib(5KB)
----.gitignore(47B)
----README.md(414B)