/PVOnboardKit

Framework that allows you to add your own walkthrough/intro/tutorial into your app.

Primary LanguageObjective-CMIT LicenseMIT

PVOnboardKit

PVOnboardKit is a framework that allows you to add your own walkthrough/intro/tutorial into your app. As main concept uses UITableView. Also, for more customization PVOnboardKit uses TAPageControl instead of UIPageControl.

Demo!

Requirements

Xcode 9. Ready for use on iOS 8+

Install

Adding the following to your Podfile and running pod install should do the trick:

pod 'PVOnboardKit'
  1. Import PVOnboardKit
  2. Create PVOnboardView and add to your view
  3. Implement PVOnboardViewDelegate and PVOnboardViewDataSource and assign to instance of PVOnboardView
  4. Call reloadData from instance of PVOnboardView
  5. Enjoy 😎

Thanks

Thank @TanguyAladenise for TAPageControl.

Community

Questions, comments, issues, and pull requests are always welcome!

License

Distributed under the MIT license. See LICENSE for more information.