organicmaps/iphone/Maps/Classes/Components
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
..
Modal [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
TabView [iOS] fix layout issue in TabView, remove obsolete code 2020-09-14 13:36:46 +03:00
BorderedButton.swift [xcode-9] [ios] Migrated to Swift 4. 2017-09-27 19:04:41 +03:00
Checkmark.swift Minor warning fixes 2022-04-15 19:42:44 +02:00
CopyableLabel.swift [ios] New Help/About dialog on the main screen 2022-01-29 21:15:00 +01:00
DimBackground.swift [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
LeftAlignedIconButton.swift [iOS] Convert project to Swift 5 2019-10-22 13:10:20 +03:00
LinkTextView.swift [ios] remove unneeded imports and copyrights 2018-05-16 21:37:36 +03:00
MWMAddPlaceNavigationBar.h Refactored optional position parameter passing 2024-08-20 13:05:14 +02:00
MWMAddPlaceNavigationBar.mm Refactored optional position parameter passing 2024-08-20 13:05:14 +02:00
MWMAddPlaceNavigationBar.xib [iOS] Fixed 'style system' code style, swizzle and renderers 2020-02-12 14:37:51 +03:00
MWMButton.h [ios] implement Track PlacePage UI 2024-12-24 12:12:53 +00:00
MWMButton.m [ios] implement Track PlacePage UI 2024-12-24 12:12:53 +00:00
MWMCollectionViewController.h [place-page] [ios] Added Rich place page gallery with AlamofireImage. 2017-02-27 14:55:34 +03:00
MWMCollectionViewController.m [core][ios] Removed statistics and Alohalytics submodule 2021-03-14 10:49:56 +03:00
MWMController.h [iOS] Refactored old styles 2020-02-12 14:37:51 +03:00
MWMMailViewController.h [ios] Fixed Mail view controller coloring. (#4623) 2016-11-02 12:32:03 +03:00
MWMMailViewController.m [iOS] [refactoring] add interactions to place page 2019-12-27 14:58:44 +03:00
MWMNavigationController.h [cleanup] [ios] Code (imports) cleanup. 2017-08-15 19:16:03 +03:00
MWMNavigationController.m [ios] fix: user interface auto theme changing issue 2024-04-16 20:09:49 +02:00
MWMStartButton.h [ios] Night mode (implementation). 2016-01-13 15:55:36 +03:00
MWMStartButton.m [iOS] Refactored old styles 2020-02-12 14:37:51 +03:00
MWMStopButton.h [ios] Added routing info display to bottom menu. 2016-07-10 15:21:31 +03:00
MWMStopButton.m [iOS] remove unneeded SwiftBridge.h imports 2020-10-07 15:38:27 +03:00
MWMTableViewController.h [iOS] [refactoring] replace legacy EditBookmarkViewController with implementation in swift 2020-07-07 13:33:12 +03:00
MWMTableViewController.m [ios] refactor Settings cells: use default properties instead of custom designed 2024-03-13 20:50:27 +01:00
MWMViewController.h [ios] Minor cleanup 2022-01-29 21:15:00 +01:00
MWMViewController.m [ios] Minor cleanup 2022-01-29 21:15:00 +01:00
VerticallyAlignedButton.swift [ios] add new images layers buttons 2023-12-17 21:38:08 +02:00