You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A highly customizable welcome window built for macOS applications. This package supports NSDocument-based apps and offers the ability to override the recent list for other use cases. It's designed to provide a native and elegant welcome experience for your app at launch, with support for new/open document actions, drag-and-drop functionality, and dynamic layouts.
A great way to get started is by checking out the example app in the `Example` folder.
64
+
65
+
### Window Configuration
66
+
67
+
-``WelcomeWindow`` This window creates the styled window that is the core of WelcomeWindow.
68
+
-``WelcomeButton`` Use welcome buttons to create pre-designed buttons to go in your welcome window. These are common actions users may take to start a project, open an old project, or navigate somewhere useful in your app.
69
+
70
+
### Recent Projects List
71
+
72
+
-``RecentsStore`` stores a list of bookmarked files or folders that your users can open from the welcome window. Call ``RecentsStore/documentOpened(at:)`` to tell the recents store about an opened document. The store will trim items to 100 history automatically, so don't worry about space or memory usage and call it often.
0 commit comments