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 17:48:46 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
11197b635b0110ddb43920448bf18022f33e2117
11197b63
1 parent
7fd4a373
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewController.swift
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
11197b6
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/CouponsViewController.swift
View file @
11197b6
...
...
@@ -9,5 +9,10 @@ import Foundation
import
UIKit
@objc
public
class
CouponsViewController
:
UIViewController
{
public
override
func
viewWillAppear
(
_
animated
:
Bool
)
{
super
.
viewWillAppear
(
animated
)
self
.
navigationController
?
.
navigationBar
.
topItem
?
.
title
=
""
self
.
navigationController
?
.
navigationBar
.
backIndicatorImage
=
UIImage
(
contentsOfFile
:
"ic_back"
)
}
}
...
...
Please
register
or
login
to post a comment