DZNEmptyDataSet 的 Swift 版本。
要运行示例项目,请克隆仓库,然后首先从 Example 目录中运行 pod install
- iOS 12.0+
- tvOS 12.0+
- Xcode 14.1+
- Swift 5.7.1+
- 文件 > Swift 包 > 添加包依赖项
- 添加
https://github.com/liam-i/BlankSlate.git
- 使用 "0.3.1" 选择 "Up to Next Minor"
BlankSlate 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
use_frameworks!
target 'MyApp' do
pod 'BlankSlate', '~> 0.3.1'
end
Liam,[email protected]
BlankSlate 在 MIT 许可证下提供。有关更多信息,请参阅 LICENSE 文件。