A Swift version of DZNEmptyDataSet.
To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 12.0+
- tvOS 12.0+
- Xcode 14.1+
- Swift 5.7.1+
- File > Swift Packages > Add Package Dependency
- Add
https://github.com/liam-i/BlankSlate.git
- Select "Up to Next Minor" with "0.3.1"
BlankSlate is available through CocoaPods. To install it, simply add the following line to your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '12.0'
use_frameworks!
target 'MyApp' do
pod 'BlankSlate', '~> 0.3.1'
end
Liam, liam_i@163.com
BlankSlate is available under the MIT license. See the LICENSE file for more info.