Add background color management on text message highlights

This commit is contained in:
ismailgulek
2022-01-18 16:20:12 +03:00
parent 4f58e0cfcc
commit 0d74667d7d
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;
}