BlankSlate 0.7.1

BlankSlate 0.7.1

Liam 维护。




BlankSlate

Version License Platform

DZNEmptyDataSet 的 Swift 版本。

示例

要运行示例项目,请克隆仓库,然后首先从 Example 目录中运行 pod install

要求

  • iOS 12.0+
  • tvOS 12.0+
  • Xcode 14.1+
  • Swift 5.7.1+

安装

Swift 包管理器

  • 文件 > Swift 包 > 添加包依赖项
  • 添加 https://github.com/liam-i/BlankSlate.git
  • 使用 "0.3.1" 选择 "Up to Next Minor"

CocoaPods

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 文件。