Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
/ PVOnboardKit Public archive

Add your own walkthrough/intro/tutorial into the app

License

Notifications You must be signed in to change notification settings

vpeschenkov/PVOnboardKit

Repository files navigation

PVOnboardKit

PVOnboardKit is framework what allows you adding your own tutorial into your app, as easy as possible. 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.