Signal-iOS/SignalUI/ViewControllers
Igor Solomennikov f4bd82dc34
Use solid color for "selected" background color of UITableViewCell.
revious color was semi-opaque black which meant the resulting color of a selected UITableViewCell's background was not something referenced in the code. Therefore it wasn't easily possible to re-use the color for non-UITableViewCell elements (e.g. creating UIButton whose colors should match UITableView's colors). With the opaque colors final color of the background of a selected cell is known and can be referenced directly.

Also removed Theme.tableCell2MultiSelectedBackgroundColor - use one color for both "single" and "multiple" selection modes.

Fix Calls tab not setting UITableViewCell properly to use custom cell background color in multi-select mode.
2025-09-16 15:34:05 -07:00
..
ActionSheetController.swift Update action sheet style 2025-08-21 11:13:50 -07:00
CustomCellBackgroundColor.swift Add .notAllowed to editingAuthorization for iPad 2023-02-01 11:33:37 -08:00
HeroSheetViewController.swift Remove .formSheet from HeroSheetViewControllers 2025-09-16 14:09:01 -04:00
InteractiveSheetViewController.swift Fix layout issues with group call drawer 2024-10-08 17:07:40 -06:00
ModalActivityIndicatorViewController.swift Privatify wasCancelled setter 2025-08-18 13:27:23 -04:00
OWSNavigationController.swift Allow full-page pop gestures on iOS 26 2025-08-19 15:43:20 -04:00
OWSTableContents.swift Move around files in SignalUI/ and the share ext 2024-03-25 14:22:28 -05:00
OWSTableItem.swift Use solid color for "selected" background color of UITableViewCell. 2025-09-16 15:34:05 -07:00
OWSTableSection.swift remove OWSNavigationControllerBase 2024-04-28 23:19:43 -05:00
OWSTableSheetViewController.swift Fix recursive table sheet resizing 2025-07-31 16:32:36 -04:00
OWSTableViewController2.swift Use solid color for "selected" background color of UITableViewCell. 2025-09-16 15:34:05 -07:00
OWSViewController.swift Prefer Swift-native type over Obj-C variant 2023-11-15 19:08:22 -06:00
OWSWindow.swift Don't ignore theme changes when switching to system interface style 2024-05-13 16:16:53 -05:00
ScanQRCodeViewController.swift Clean up logs 2025-09-16 08:22:28 -04:00
ScreenLockViewController.swift Don’t move around Signal logo when unlocking 2024-12-17 17:11:57 -06:00
SheetViewController.swift Fold SignalCoreKit into SignalServiceKit 2024-06-26 08:44:41 -07:00
SpamCaptchaViewController.swift Remove UIFont.dynamicTypeBody2 - it's the same as subheadline. 2025-09-08 20:10:43 -05:00
StackSheetViewController.swift Update style of device linking sheets 2024-11-27 15:25:39 -08:00
TextApprovalViewController.swift Pipe up memoji from NSAttributedString attributes 2025-01-31 16:01:06 -08:00
UIViewController+Permissions.swift Allow saving photos when permissions are write-only 2025-05-05 11:36:43 -06:00