organicmaps/iphone/Maps/Bookmarks/Categories/BMCView
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
..
BMCViewController.swift [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
BMCViewController.xib Switched to KML instead of KMB (old bookmarks will be lost) 2021-04-26 08:51:56 +03:00