← Back to all updates

Navigation Edit Mode Restricted to iOS

Commit: 383da9c

Navigation edit mode is now exclusively available on iOS devices.

Changes

  • Implemented conditional compilation to restrict navigation edit mode functionality to iOS using #if os(iOS)
  • Removed navigation edit mode access from macOS, ensuring consistent user experience across platforms
  • Updated the user interface to reflect the absence of navigation edit mode on macOS