mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
docs(ios): Some minor cleanup
This commit is contained in:
parent
48bcd450a0
commit
b141e9654c
1 changed files with 0 additions and 9 deletions
|
|
@ -187,15 +187,6 @@ class MainViewController: UIViewController, TextViewDelegate, UIActionSheetDeleg
|
|||
// Dark mode settings must be applied through this new property,
|
||||
// its class, and others like it.
|
||||
navbar.standardAppearance.configureWithOpaqueBackground()
|
||||
|
||||
/*
|
||||
// The various options we offer at the top level need significant
|
||||
// image work to be properly dark-mode ready.
|
||||
//
|
||||
// This simply overrides it to have a "light mode" appearance,
|
||||
// even in dark mode. It's a small bar, so there should be little issue.
|
||||
navbar.standardAppearance.backgroundColor = UIColor.white
|
||||
*/
|
||||
} else {
|
||||
// Fallback on earlier versions
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue