Add background color management on text message highlights

This commit is contained in:
ismailgulek
2022-01-18 16:20:12 +03:00
parent a4f7956d42
commit 6ab0a31e26
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;
}