forked from organicmaps/organicmaps
[ios] Fixed keyboard appearance.
This commit is contained in:
parent
a7f4e0b256
commit
900e0a5689
1 changed files with 3 additions and 0 deletions
|
@ -658,6 +658,9 @@ void InitLocalizedStrings()
|
|||
pageControl.pageIndicatorTintColor = [UIColor blackHintText];
|
||||
pageControl.currentPageIndicatorTintColor = [UIColor blackSecondaryText];
|
||||
pageControl.backgroundColor = [UIColor white];
|
||||
|
||||
UITextField * textField = [UITextField appearance];
|
||||
textField.keyboardAppearance = [UIColor isNightMode] ? UIKeyboardAppearanceDark : UIKeyboardAppearanceDefault;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue