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/Bookmarks
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
..
BookmarksList [ios] replace custom distance formatters with shared instance 2024-11-04 22:12:22 -03:00
Categories [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
BookmarksCoordinator.swift [ios] split logic for the closing the PP and show/hide side buttons 2024-06-18 23:18:59 +02:00