Manos Chorianopoulos

add hidesBottomBarWhenPushed to all VCs

......@@ -14,6 +14,8 @@ import UIKit
public override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("Ενεργά δώρα")
}
......
......@@ -18,6 +18,8 @@ import SwiftEventBus
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
setBackButton()
webview.navigationDelegate = self
......
......@@ -38,6 +38,8 @@ import AVFoundation
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
setBackButton()
setNavigationTitle("Εκπτωτικό κουπόνι")
......
......@@ -31,6 +31,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
setBackButton()
setNavigationTitle("Εκπτωτικό κουπόνι")
......
......@@ -18,6 +18,8 @@ import SwiftEventBus
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
getCouponsRequest()
setBackButton()
......
......@@ -11,6 +11,8 @@ import UIKit
@objc public class DetailsViewController: UIViewController {
public override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("Ανάλυση")
}
......
......@@ -18,6 +18,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("GIFTS for YOU")
......
......@@ -12,6 +12,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
}
......
......@@ -18,6 +18,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
getCampaignsRequest()
setBackButton()
......
......@@ -12,6 +12,8 @@ import UIKit
public override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("Κάντο δώρο!")
}
......
......@@ -12,6 +12,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
}
......
......@@ -40,6 +40,8 @@ import SwiftEventBus
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("For You")
......