Signal-iOS/SignalUI/Views/ConversationView
Pete Walters f1c4eb6b7b
Fix unreadable search result highlighting
CVTextLabel incorrectly attempts to set default .font
and .foregroundColor on the label text, removing any
existing font & color attributes. This results
in unreadable text when displaying search results.

Instead, add helper method to set default attributes on
attributed strings, but only on ranges that don't have the
attribute already defined.
2023-02-02 10:17:38 -06:00
..
CVCellMeasurement.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
CVText.swift Fix unreadable search result highlighting 2023-02-02 10:17:38 -06:00
CVTextLabel.swift Fix unreadable search result highlighting 2023-02-02 10:17:38 -06:00
CVUtils.swift Change license to AGPL 2022-10-13 08:25:37 -05:00