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.
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'
- Import PVOnboardKit
- Create PVOnboardView and add to your view
- Implement PVOnboardViewDelegate and PVOnboardViewDataSource and assign to instance of PVOnboardView
- Call reloadData from instance of PVOnboardView
- 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.