Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Vasilis
2022-05-04 18:05:50 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77d27f5f68e2be89fe843270c9adf01d60a0920e
77d27f5f
1 parent
a6122aad
fix at header
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewController.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
77d27f5
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewController.swift
View file @
77d27f5
...
...
@@ -13,10 +13,7 @@ import UIKit
super
.
viewWillAppear
(
animated
)
self
.
navigationController
?
.
navigationBar
.
topItem
?
.
title
=
""
self
.
navigationController
?
.
navigationBar
.
topItem
?
.
leftBarButtonItem
=
UIBarButtonItem
(
image
:
UIImage
(
contentsOfFile
:
"ic_back"
),
style
:
.
plain
,
target
:
navigationController
,
action
:
#selector(
UINavigationController.popViewController(animated:)
)
)
// self.navigationController?.navigationBar.backIndicatorTransitionMaskImage = UIImage(contentsOfFile: "ic_back")
self
.
navigationController
?
.
navigationBar
.
backIndicatorImage
=
UIImage
(
contentsOfFile
:
"ic_back"
)
self
.
navigationController
?
.
navigationBar
.
backIndicatorTransitionMaskImage
=
UIImage
(
contentsOfFile
:
"ic_back"
)
}
}
...
...
Please
register
or
login
to post a comment