-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hi!
I just copy code from github to my project and get this error: "Use of unresolved identifier AppearanceConfiguration". How can i fix it? (I'm trying to clean build and reinstall pod, bot nothing...
Full text:
let appearance = AppearanceConfiguration(tintColor: .orange,
titleColor: .red,
textColor: .white,
backgroundColor: .black,
imageContentMode: .scaleAspectFit,
titleFont: UIFont.boldSystemFont(ofSize: 32.0),
textFont: UIFont.boldSystemFont(ofSize: 17.0))
let page = OnboardPage(title: "Welcome to OnboardKit",
imageName: "CheckmarkTrue",
description: "OnboardKit helps you add onboarding to your iOS app")
let onboardingViewController = OnboardViewController(pageItems: [page, page], appearanceConfiguration: appearance)
onboardingViewController.presentFrom(self, animated: true)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
