forked from organicmaps/organicmaps
[ios] Fixed placeholder in category selector's search bar.
This commit is contained in:
parent
feae5fee1e
commit
9e1941c918
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace
|
|||
- (void)configSearchBar
|
||||
{
|
||||
self.searchBar.backgroundImage = [UIImage imageWithColor:[UIColor primary]];
|
||||
self.searchBar.placeholder = L(@"_search_in_types");
|
||||
self.searchBar.placeholder = L(@"search");
|
||||
UITextField * textFiled = [self.searchBar valueForKey:@"searchField"];
|
||||
UILabel * placeholder = [textFiled valueForKey:@"_placeholderLabel"];
|
||||
placeholder.textColor = [UIColor blackHintText];
|
||||
|
|
Loading…
Add table
Reference in a new issue