[ios] WIP: Switching main/map buttons to SwiftUI

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-08-06 16:01:57 +02:00
parent c21afb27bd
commit bff4b2348a
39 changed files with 791 additions and 570 deletions

View File

@@ -574,10 +574,6 @@ NSString *const kAboutSegue = @"Map2About";
}
#pragma mark - Open controllers
- (void)openMenu {
[self.controlsManager.tabBarController onMenuButtonPressed:self];
}
- (void)openSettings {
[self performSegueWithIdentifier:kSettingsSegue sender:nil];
}
@@ -636,6 +632,7 @@ NSString *const kAboutSegue = @"Map2About";
self.disableStandbyOnLocationStateMode = YES;
break;
}
[NSNotificationCenter.defaultCenter postNotificationName:Controls.switchPositionModeNotificationName object:nil];
}
#pragma mark - MWMFrameworkDrapeObserver