organicmaps/iphone/Maps/UI/Settings
Kiryl Kaveryn a1c6d532b5 [ios] refactor styles to make them type-safe using enums instead of string lit
1. for now the structure is SheetStyle.Global/PlacePage/Font/TestColor...
2. the styles are used by assessing the property
before:
lineView.setStyleAndApply("Divider")
headerTitleLabel.setStyleAndApply("semibold18:blackPrimaryText")

after:
lineView.setStyleAndApply(.global(.divider))
headerTitleLabel.setFontStyle(.semibold18, color: .blackPrimary)

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
2025-01-16 16:02:29 +04:00
..
Cells [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
DrivingOptions.storyboard [ios] refactor Settings cells: use default properties instead of custom designed 2024-03-13 20:50:27 +01:00
DrivingOptionsViewController.swift [strings] Remove "Avoid on every route" on iOS 2023-10-07 13:45:54 +02:00
MWMMobileInternetViewController.h
MWMMobileInternetViewController.m [core][ios] Removed statistics and Alohalytics submodule 2021-03-14 10:49:56 +03:00
MWMNightModeController.h
MWMNightModeController.m [ios] fix: separate localized string for pref_appearance_title 2024-02-27 10:27:43 +02:00
MWMPowerManagmentViewController.h
MWMPowerManagmentViewController.mm Minor warning fixes 2022-04-15 19:42:44 +02:00
MWMSettingsViewController.h
MWMSettingsViewController.mm [ios] refactor icloud synchronization 2024-11-06 11:54:17 -03:00
MWMTTSLanguageViewController.h
MWMTTSLanguageViewController.mm
MWMTTSSettingsViewController.h
MWMTTSSettingsViewController.mm [ios] Add test voice button in TTS settings 2024-07-02 16:48:13 +02:00
MWMUnitsController.h
MWMUnitsController.mm [core][ios] Removed statistics and Alohalytics submodule 2021-03-14 10:49:56 +03:00