Add background color management on text message highlights

This commit is contained in:
ismailgulek
2022-01-18 16:20:12 +03:00
parent 96d853452b
commit 1f3a8acaeb
5 changed files with 30 additions and 9 deletions
@@ -50,7 +50,8 @@
The optional text pattern to be highlighted in the body of the message.
*/
NSString *highlightedPattern;
UIColor *highlightedPatternColor;
UIColor *highlightedPatternForegroundColor;
UIColor *highlightedPatternBackgroundColor;
UIFont *highlightedPatternFont;
}