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("Ενεργά δώρα")
}
......
......@@ -17,6 +17,8 @@ import SwiftEventBus
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
setBackButton()
......
......@@ -37,6 +37,8 @@ import AVFoundation
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
setBackButton()
......
......@@ -30,6 +30,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
setBackButton()
......
......@@ -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")
......
......@@ -11,6 +11,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("Κάντο δώρο!")
}
......
......@@ -11,6 +11,8 @@ import UIKit
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
// Do any additional setup after loading the view.
}
......
......@@ -39,6 +39,8 @@ import SwiftEventBus
public override func viewDidLoad() {
super.viewDidLoad()
self.hidesBottomBarWhenPushed = true
setBackButton()
setNavigationTitle("For You")
......