Signal-iOS/SignalUI/Appearance
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
..
SwiftUI Rebuild DisappearingMessagesTimerViewController in SwiftUI 2025-05-28 14:47:29 -07:00
ColorOrGradient+SignalUI.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
ColorOrGradientSwatchView.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
ConversationStyle.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
GroupNameColors.swift Inline simple address methods with confusing names 2025-01-31 11:48:15 -06:00
SignalSymbols.swift Don’t localize SignalSymbol characters 2025-07-02 14:33:49 -05:00
Theme.swift Use solid color for "selected" background color of UITableViewCell. 2025-09-16 15:34:05 -07:00
Theme+Icons.swift View Votes button with details view 2025-09-12 15:55:57 -04:00
ThemedColor+Theme.swift enable internal imports by default 2024-09-29 20:03:17 -05:00
UIColor+Signal.swift Replace color assets with programmatic colors 2025-01-03 15:42:40 -07:00