diff --git a/DemoApp/AdvancedOptionsViewController.swift b/DemoApp/AdvancedOptionsViewController.swift
index 38eb90aa7f2..92926f04011 100644
--- a/DemoApp/AdvancedOptionsViewController.swift
+++ b/DemoApp/AdvancedOptionsViewController.swift
@@ -5,11 +5,6 @@
import UIKit
class MainButton: UIButton {
- override func tintColorDidChange() {
- backgroundColor = tintColor
- setTitleColor(.white, for: .normal)
- }
-
override func updateConstraints() {
super.updateConstraints()
translatesAutoresizingMaskIntoConstraints = false
@@ -29,15 +24,4 @@ class AdvancedOptionsViewController: UIViewController {
mainStackView.isLayoutMarginsRelativeArrangement = true
}
}
-
- override func viewDidLoad() {
- super.viewDidLoad()
-
- title = "Advanced Options"
- }
-
- override func viewWillAppear(_ animated: Bool) {
- super.viewWillAppear(animated)
- navigationController?.isNavigationBarHidden = false
- }
}
diff --git a/DemoApp/Base.lproj/Main.storyboard b/DemoApp/Base.lproj/Main.storyboard
index 920c8e2f69a..ccbe75802c6 100644
--- a/DemoApp/Base.lproj/Main.storyboard
+++ b/DemoApp/Base.lproj/Main.storyboard
@@ -3,6 +3,7 @@
+
@@ -120,7 +121,7 @@
-
+
@@ -132,11 +133,11 @@
-
+
-
+
@@ -161,7 +162,7 @@
@@ -235,8 +236,10 @@