Skip to content

[Technical Questions] Customizing Onboarding View features from SpeziOnboarding #65

Discussion options

You must be logged in to vote

Hi @kc224,

The Onboarding Views are customizable in a way that you can pass in a custom Title View that can e.g. have different colored titles or any other customizations. You can check out https://swiftpackageindex.com/stanfordspezi/spezionboarding/1.0.2/documentation/spezionboarding/onboardingview for the documentation around this. This initializer is the one you are searching for: https://swiftpackageindex.com/stanfordspezi/spezionboarding/1.0.2/documentation/spezionboarding/onboardingview/init(titleview:contentview:actionview:).

In the titleView closure you can then pass in a custom view that fits your needs, e.g. something like this:

struct CustomTitleView: View {
    var body: some V…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PSchmiedmayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants