// Make your onboarding skippable or not.
isSkippable: Bool = true,
// Change the label for the last page button (Localizable).
buttonLabel: LocalizedStringKey = "Get Started!",
// SF Symbol for next button.
nextButtonSFSymbol: String = "arrowtriangle.forward.circle.fill",
// SF Symbol for previous button.
previousButtonSFSymbol: String = "arrowtriangle.backward.circle.fill",
// Height for the text container.
textContentHeight: CGFloat = 300,
// Background for the text container.
textContentBackgroundColor: Color = .gray,
// Radius for the text container.
textContentCornerRadius: CGFloat = 100,
// Corners to round for the text container.
textContactCorner: UIRectCorner = .topLeft
Onboarder
Preview
Installation
File -> Swift Packages -> Add Package Dependency
or in XCode 13File -> Add Packages
https://github.com/JemAlvarez/onboarder
and select by version.SwiftUI usage example
UIKit usage example
Configuration
Notes
iOS
&iPadOS
version14
and aboveMeta
Jem Alvarez – @official_JemAl – contact@jemalvarez.com
Distributed under the MIT license. See
LICENSE
for more information.Onboarder