Remove redundant code

This commit is contained in:
David Cordero
2019-05-19 17:19:23 +02:00
parent 54e6f19694
commit 15d07c025f
4 changed files with 0 additions and 52 deletions

View File

@@ -77,10 +77,6 @@ final class TemplateScreenViewController: UIViewController {
self.keyboardAvoider?.startAvoiding()
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
}
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
@@ -88,10 +84,6 @@ final class TemplateScreenViewController: UIViewController {
self.keyboardAvoider?.stopAvoiding()
}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return self.theme.statusBarStyle
}