UITableViewPresentation
UITableViewPresentation 是一个抽象层,使您能够轻松且安全地与您的 UITableViewCell 进行交互。
示例
要运行示例项目,首先克隆仓库,然后在 Example 目录中运行 pod install
需求
安装
UITableViewPresentation 可以通过 CocoaPods 获取。要安装它,请将以下行添加到您的 Podfile 中
pod 'UITableViewPresentation'
作者
Christopher Carranza, [email protected]
许可证
UITableViewPresentation可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。