BlankSlate 0.7.1

BlankSlate 0.7.1

Maintained by Liam.




BlankSlate

Version License Platform

A Swift version of DZNEmptyDataSet.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

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

Installation

Swift Package Manager

  • File > Swift Packages > Add Package Dependency
  • Add https://github.com/liam-i/BlankSlate.git
  • Select "Up to Next Minor" with "0.3.1"

CocoaPods

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

Author

Liam, [email protected]

License

BlankSlate is available under the MIT license. See the LICENSE file for more info.