← Back to all updates

Restricted Navigation Edit Mode to iOS

Commit: 383da9c

Navigation edit mode is now exclusively available on iOS devices.

Changes

  • Guarded navigation edit mode to prevent use on macOS, ensuring platform-specific functionality.
  • Implemented conditional checks using #if os(iOS) to restrict navigation features.
  • Removed references to navigation edit mode within macOS-specific code paths.