This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/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 Cleanup 2016-12-20 17:46:21 +03:00
MWMMobileInternetViewController.m [core][ios] Removed statistics and Alohalytics submodule 2021-03-14 10:49:56 +03:00
MWMNightModeController.h Cleanup 2016-12-20 17:46:21 +03:00
MWMNightModeController.m [ios] fix: separate localized string for pref_appearance_title 2024-02-27 10:27:43 +02:00
MWMPowerManagmentViewController.h [ios][power_managment] settings UI 2019-01-23 18:12:12 +03:00
MWMPowerManagmentViewController.mm Minor warning fixes 2022-04-15 19:42:44 +02:00
MWMSettingsViewController.h Cleanup 2016-12-20 17:46:21 +03:00
MWMSettingsViewController.mm [ios] refactor icloud synchronization 2024-11-06 11:54:17 -03:00
MWMTTSLanguageViewController.h Cleanup 2016-12-20 17:46:21 +03:00
MWMTTSLanguageViewController.mm [iOS] Refactored old styles 2020-02-12 14:37:51 +03:00
MWMTTSSettingsViewController.h [ios] Speed cam settings redisign. 2018-12-19 14:02:36 +03:00
MWMTTSSettingsViewController.mm [ios] Add test voice button in TTS settings 2024-07-02 16:48:13 +02:00
MWMUnitsController.h Cleanup 2016-12-20 17:46:21 +03:00
MWMUnitsController.mm [core][ios] Removed statistics and Alohalytics submodule 2021-03-14 10:49:56 +03:00