mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Search fields: Remove underline placeholders.
This commit is contained in:
@@ -639,10 +639,7 @@
|
||||
// place holder
|
||||
if (searchBarTextField.placeholder)
|
||||
{
|
||||
searchBarTextField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:searchBarTextField.placeholder
|
||||
attributes:@{NSUnderlineStyleAttributeName: @(NSUnderlineStyleSingle),
|
||||
NSUnderlineColorAttributeName: ThemeService.shared.theme.tintColor,
|
||||
NSForegroundColorAttributeName: ThemeService.shared.theme.tintColor}];
|
||||
searchBarTextField.textColor = ThemeService.shared.theme.placeholderTextColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user