Skip to content

v0.0.1

Choose a tag to compare

@lynnswap lynnswap released this 02 May 10:06
· 14 commits to main since this release
1f1d1fa

NavigationStackController v0.0.1

New Features

  • Introduces NavigationStackController, an AppKit navigation container for NSViewController stacks.
  • Adds UIKit-style stack navigation APIs, including push, back, forward, pop, pop-to-root, and stack replacement.
  • Supports back/forward history with public viewControllers, forwardViewControllers, canGoBack, and canGoForward state.
  • Adds optional horizontal trackpad swipe navigation with interactive back/forward transitions.
  • Supports right-to-left layout direction for navigation transitions.
  • Provides delegate callbacks for visible-controller changes and navigation operations.

Requirements

  • macOS 26.0+
  • Swift 6.3+
  • AppKit