diff --git a/README.md b/README.md index 9f487454f..e186176b8 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,14 @@ struct WelcomeOnboarding: Onboarding { imageName: "circle.badge.checkmark", message: "When using a highly customizable implementation method, multi-color and SF symbol hierarchies are supported and can be freely customized. However, this feature is not supported in visionOS." ) + +#if os(tvOS) + Feature( + "Many other benefits" , + imageName: "ellipsis", + message: "Now, tvOS is also supported, making it easy to create onboarding. Now you can create onboarding for all platforms except watchOS." + ) +#endif } } ``` @@ -145,6 +153,13 @@ struct WelcomeOnboardingSheetView: View { OnboardingSubtitle("Customize SF Symbols") OnboardingContent("When using a highly customizable implementation method, multi-color and SF symbol hierarchies are supported and can be freely customized.") } + +#if os(tvOS) + OnboardingItem(systemName: "ellipsis",shape: .white) { + OnboardingSubtitle("Many other benefits") + OnboardingContent("Now, tvOS is also supported, making it easy to create onboarding. Now you can create onboarding for all platforms except watchOS.") + } +#endif } link: { Link("Check our Privacy Policy…", destination: URL(string: "https://kc-2001ms.github.io/en/privacy.html")!) } button: {