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/Categories
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
..
Actions [ios] implement the DocumentPicker to import files into the app 2024-06-17 09:49:09 +02:00
BMCView [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
BMCViewModel [ios] Fix: New bookmark list placement 2024-09-26 23:50:30 -03:00
Categories [ios] eye icons for the bookmark catogories list visibility 2024-03-13 00:30:50 +01:00
Category settings [ios] Allow saving empty bookmark list descriptions 2024-10-26 09:36:22 -03:00
Notifications [strings] Normalize bookmark categories/sets/groups to lists 2021-12-11 21:33:47 +01:00
RecentlyDeleted [ios] refactor styles to make them type-safe using enums instead of string lit 2025-01-16 16:02:29 +04:00
BMCActionsCreateCell.xib [ios] Minor rename 2021-04-22 08:11:07 +03:00
BMCModels.swift [ios] implement recently deleted feature UI (screen and view model tests) 2024-08-15 12:59:33 +02:00
BMCNoBookmarksCell.swift
BookmarksCategoriesBackupAndRestoreCell.xib [ios] Minor rename 2021-04-22 08:11:07 +03:00