organicmaps/iphone/Maps/UI/EditBookmark
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
..
BookmarkColorViewController.swift [ios] implement the color selection by tapping on the circle color icon 2024-03-04 15:05:52 +02:00
BookmarkTitleCell.swift [core][ios] Cleaned up Booking, guides, ugc, taxi 2021-04-22 08:11:07 +03:00
BookmarkTitleCell.xib [iOS] [refactoring] replace legacy EditBookmarkViewController with implementation in swift 2020-07-07 13:33:12 +03:00
BookmarkUIUtils.swift [ios] fix some complie warnings 2024-12-29 13:40:18 +04:00
EditBookmarkViewController.swift [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
EditTrackViewController.swift [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
legacy_bookmark_colors.h [kml] [ios] add method to convert Predefined color to the RGB 2024-08-25 15:56:32 +02:00
SelectBookmarkGroupViewController.swift [ios] implement 'sortedUserCategories' in the MWMBookmarksManager 2024-03-17 11:54:47 -03:00