PAPER ONBOARDING
iOS library Paper Onboarding is a material design UI slider written on Swift.

Requirements
- iOS 10.0+
- Xcode 10.2
Installation
Just add the Source folder to your project.
or use CocoaPods with Podfile:
or Carthage users can simply add to their Cartfile
:
github "Ramotion/paper-onboarding"
or Swift Package Manager by adding:
dependencies: [
.package(url: "https://github.com/Ramotion/paper-onboarding.git", from: "6.1.4")
]
to Package.swift
Usage
Storyboard
-
Create a new UIView inheriting from
PaperOnboarding
-
Set dataSource in attribute inspector
or Code
For adding content use dataSource methods:
configuring content item:
? Check this library on other language:

? License
Paper Onboarding is released under the MIT license.
See LICENSE for details.
This library is a part of a selection of our best UI open-source projects.