Showing
14 changed files
with
24 additions
and
0 deletions
No preview for this file type
No preview for this file type
... | @@ -14,6 +14,8 @@ import UIKit | ... | @@ -14,6 +14,8 @@ import UIKit |
14 | 14 | ||
15 | public override func viewWillAppear(_ animated: Bool) { | 15 | public override func viewWillAppear(_ animated: Bool) { |
16 | super.viewWillAppear(animated) | 16 | super.viewWillAppear(animated) |
17 | + | ||
18 | + self.hidesBottomBarWhenPushed = true | ||
17 | setBackButton() | 19 | setBackButton() |
18 | setNavigationTitle("Ενεργά δώρα") | 20 | setNavigationTitle("Ενεργά δώρα") |
19 | } | 21 | } | ... | ... |
... | @@ -17,6 +17,8 @@ import SwiftEventBus | ... | @@ -17,6 +17,8 @@ import SwiftEventBus |
17 | 17 | ||
18 | public override func viewDidLoad() { | 18 | public override func viewDidLoad() { |
19 | super.viewDidLoad() | 19 | super.viewDidLoad() |
20 | + | ||
21 | + self.hidesBottomBarWhenPushed = true | ||
20 | 22 | ||
21 | setBackButton() | 23 | setBackButton() |
22 | 24 | ... | ... |
... | @@ -37,6 +37,8 @@ import AVFoundation | ... | @@ -37,6 +37,8 @@ import AVFoundation |
37 | 37 | ||
38 | public override func viewDidLoad() { | 38 | public override func viewDidLoad() { |
39 | super.viewDidLoad() | 39 | super.viewDidLoad() |
40 | + | ||
41 | + self.hidesBottomBarWhenPushed = true | ||
40 | 42 | ||
41 | // Do any additional setup after loading the view. | 43 | // Do any additional setup after loading the view. |
42 | setBackButton() | 44 | setBackButton() | ... | ... |
... | @@ -30,6 +30,8 @@ import UIKit | ... | @@ -30,6 +30,8 @@ import UIKit |
30 | 30 | ||
31 | public override func viewDidLoad() { | 31 | public override func viewDidLoad() { |
32 | super.viewDidLoad() | 32 | super.viewDidLoad() |
33 | + | ||
34 | + self.hidesBottomBarWhenPushed = true | ||
33 | 35 | ||
34 | // Do any additional setup after loading the view. | 36 | // Do any additional setup after loading the view. |
35 | setBackButton() | 37 | setBackButton() | ... | ... |
... | @@ -18,6 +18,8 @@ import SwiftEventBus | ... | @@ -18,6 +18,8 @@ import SwiftEventBus |
18 | public override func viewDidLoad() { | 18 | public override func viewDidLoad() { |
19 | super.viewDidLoad() | 19 | super.viewDidLoad() |
20 | 20 | ||
21 | + self.hidesBottomBarWhenPushed = true | ||
22 | + | ||
21 | getCouponsRequest() | 23 | getCouponsRequest() |
22 | 24 | ||
23 | setBackButton() | 25 | setBackButton() | ... | ... |
... | @@ -11,6 +11,8 @@ import UIKit | ... | @@ -11,6 +11,8 @@ import UIKit |
11 | @objc public class DetailsViewController: UIViewController { | 11 | @objc public class DetailsViewController: UIViewController { |
12 | public override func viewWillAppear(_ animated: Bool) { | 12 | public override func viewWillAppear(_ animated: Bool) { |
13 | super.viewWillAppear(animated) | 13 | super.viewWillAppear(animated) |
14 | + | ||
15 | + self.hidesBottomBarWhenPushed = true | ||
14 | setBackButton() | 16 | setBackButton() |
15 | setNavigationTitle("Ανάλυση") | 17 | setNavigationTitle("Ανάλυση") |
16 | } | 18 | } | ... | ... |
... | @@ -18,6 +18,8 @@ import UIKit | ... | @@ -18,6 +18,8 @@ import UIKit |
18 | public override func viewDidLoad() { | 18 | public override func viewDidLoad() { |
19 | super.viewDidLoad() | 19 | super.viewDidLoad() |
20 | 20 | ||
21 | + self.hidesBottomBarWhenPushed = true | ||
22 | + | ||
21 | setBackButton() | 23 | setBackButton() |
22 | setNavigationTitle("GIFTS for YOU") | 24 | setNavigationTitle("GIFTS for YOU") |
23 | 25 | ... | ... |
... | @@ -11,6 +11,8 @@ import UIKit | ... | @@ -11,6 +11,8 @@ import UIKit |
11 | 11 | ||
12 | public override func viewDidLoad() { | 12 | public override func viewDidLoad() { |
13 | super.viewDidLoad() | 13 | super.viewDidLoad() |
14 | + | ||
15 | + self.hidesBottomBarWhenPushed = true | ||
14 | 16 | ||
15 | // Do any additional setup after loading the view. | 17 | // Do any additional setup after loading the view. |
16 | } | 18 | } | ... | ... |
... | @@ -18,6 +18,8 @@ import UIKit | ... | @@ -18,6 +18,8 @@ import UIKit |
18 | public override func viewDidLoad() { | 18 | public override func viewDidLoad() { |
19 | super.viewDidLoad() | 19 | super.viewDidLoad() |
20 | 20 | ||
21 | + self.hidesBottomBarWhenPushed = true | ||
22 | + | ||
21 | getCampaignsRequest() | 23 | getCampaignsRequest() |
22 | 24 | ||
23 | setBackButton() | 25 | setBackButton() | ... | ... |
... | @@ -12,6 +12,8 @@ import UIKit | ... | @@ -12,6 +12,8 @@ import UIKit |
12 | 12 | ||
13 | public override func viewWillAppear(_ animated: Bool) { | 13 | public override func viewWillAppear(_ animated: Bool) { |
14 | super.viewWillAppear(animated) | 14 | super.viewWillAppear(animated) |
15 | + | ||
16 | + self.hidesBottomBarWhenPushed = true | ||
15 | setBackButton() | 17 | setBackButton() |
16 | setNavigationTitle("Κάντο δώρο!") | 18 | setNavigationTitle("Κάντο δώρο!") |
17 | } | 19 | } | ... | ... |
... | @@ -11,6 +11,8 @@ import UIKit | ... | @@ -11,6 +11,8 @@ import UIKit |
11 | 11 | ||
12 | public override func viewDidLoad() { | 12 | public override func viewDidLoad() { |
13 | super.viewDidLoad() | 13 | super.viewDidLoad() |
14 | + | ||
15 | + self.hidesBottomBarWhenPushed = true | ||
14 | 16 | ||
15 | // Do any additional setup after loading the view. | 17 | // Do any additional setup after loading the view. |
16 | } | 18 | } | ... | ... |
... | @@ -39,6 +39,8 @@ import SwiftEventBus | ... | @@ -39,6 +39,8 @@ import SwiftEventBus |
39 | 39 | ||
40 | public override func viewDidLoad() { | 40 | public override func viewDidLoad() { |
41 | super.viewDidLoad() | 41 | super.viewDidLoad() |
42 | + | ||
43 | + self.hidesBottomBarWhenPushed = true | ||
42 | 44 | ||
43 | setBackButton() | 45 | setBackButton() |
44 | setNavigationTitle("For You") | 46 | setNavigationTitle("For You") | ... | ... |
-
Please register or login to post a comment