OnboardingKit
Create amazing onboarding experiences in SwiftUI.
Install / Use
/learn @danielsaidi/OnboardingKitREADME
OnboardingKit
OnboardingKit is SwiftUI SDK that helps you create amazing onboarding experiences on all major Apple platforms.
<p align="center"> <img src="https://github.com/danielsaidi/OnboardingKit/releases/download/8.2.0/OnboardingKit-Demo.gif" width=350 /> </p>OnboardingKit has different Onboarding types, powerful onboarding view components like OnboardingPageView and OnboardingSlideshow, an OnboardingScreen that can wrap any onboarding flow, and much more.
Installation
OnboardingKit can be installed with the Swift Package Manager:
https://github.com/danielsaidi/OnboardingKit.git
Getting started
OnboardingKit has various onboarding types and views that can be used to tailor an app's onboarding behavior.
The various Onboarding types defines unique onboarding experience behaviors, for instance:
Onboardingis presented right away, and only once.Onboarding.Conditionalis presented when a certain condition returnstrue.Onboarding.CorrectBehavioris presented when a user is not behaving as intended.Onboarding.Delayedis presented after a certain number of presentation attempts.
OnboardingKit has various onboarding flows, and convenient ways to handle page state, for instance:
- An
OnboardingPageViewcan be used to present manually scrolling pages. - An
OnboardingSlideshowcan be used to present an automatically progressing slideshow. - An
OnboardingIntroScreencan be used to present a welcome screen on first app launch.
See the online getting started guide for more information.
Documentation
The online documentation has more information, articles, code examples, etc.
Demo Application
The Demo folder has an app that lets you explore the library.
Support My Work
You can become a sponsor to help me dedicate more time on my various open-source tools. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
Contact
Feel free to reach out if you have questions or if you want to contribute in any way:
- Website: danielsaidi.com
- E-mail: daniel.saidi@gmail.com
- Bluesky: @danielsaidi@bsky.social
- Mastodon: @danielsaidi@mastodon.social
License
OnboardingKit is available under the MIT license. See the LICENSE file for more info.
