Skip to content

Commit

Permalink
docs(version): add starting version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbonniec committed Feb 24, 2024
1 parent 010e267 commit 6d2d218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It's inspired by on boarding views on Apple native apps, and [UIOnboarding](http

OnBoardingKit behavior is inspired by the new [TipKit](https://developer.apple.com/documentation/tipkit) library from Apple.

> [!NOTE]
> OnBoardingKit is available on iOS 15 and later.
# Quick Start
To create an on boarding view, you simply have to create a struct conforming to the `OnBoarding` protocol.
Then, it's very easy to display it with the `OnBoardingView`.
Expand Down

0 comments on commit 6d2d218

Please sign in to comment.