organicmaps/iphone/Maps/UI/Downloader
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
DownloadAllView [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
NoMaps
AvailableMapsDataSource.swift [iOS] Fixed bug with overkill (UI freezing) download progress processing (avoid getting attributes). 2021-04-28 19:59:15 +03:00
DownloadedMapsDataSource.swift [ios] Refactor search bars (#7236) 2024-01-26 10:45:38 +01:00
DownloadMapsViewController.swift [ios] fix: 'download all' view layout 2024-02-06 22:04:21 +02:00
IDownloaderDataSource.swift [iOS] Fixed bug with overkill (UI freezing) download progress processing (avoid getting attributes). 2021-04-28 19:59:15 +03:00
MWMMapDownloaderMode.h
SearchMapsDataSource.swift [iOS] Fixed bug with overkill (UI freezing) download progress processing (avoid getting attributes). 2021-04-28 19:59:15 +03:00