Skip to content

This package is an extremely easy way to recreate the "Welcome" (or "What's New") screen that's native to Apple platforms. Written in SwiftUI.

Notifications You must be signed in to change notification settings

256Arts/WelcomeKit

Repository files navigation

WelcomeKit

This package is an extremely easy way to recreate the "Welcome" (or "What's New") screen that's native to Apple platforms. Written in SwiftUI.

If you present this in a UIHostingController:

  • Add "NotificationCenter.default.addObserver(forName: WelcomeView.continueNotification)" to dismiss.
  • Add "isModalInPresentation = true" to prevent gesture dismissals which will not post a notification.
  • "modalPresentationStyle = .formSheet" is recommened.

Screenshot

About

This package is an extremely easy way to recreate the "Welcome" (or "What's New") screen that's native to Apple platforms. Written in SwiftUI.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages