docs(ios): Some minor cleanup

This commit is contained in:
jahorton 2020-01-15 14:45:13 +07:00
parent 48bcd450a0
commit b141e9654c

View file

@ -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
}