Various UI fixes

This commit is contained in:
Ilya Laktyushin
2019-09-03 15:22:39 +03:00
parent e94d3b72d0
commit eecae32d48
15 changed files with 2259 additions and 2172 deletions

View File

@@ -69,7 +69,6 @@ public final class ThemePreviewController: ViewController {
self.titleView.title = CounterContollerTitle(title: themeName, counter: " ")
self.navigationItem.titleView = titleView
self.statusBar.statusBarStyle = self.previewTheme.rootController.statusBarStyle.style
self.supportedOrientations = ViewControllerSupportedOrientations(regularSize: .all, compactSize: .portrait)