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
Manos Chorianopoulos
2022-09-14 13:17:00 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d578c0004e4fb7de35e9b9152c5f93129064a373
d578c000
1 parent
f135f671
fix numbersList at ContextualVC, TelcoVC
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/ContextualViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/TelcoViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/ContextualViewController.swift
View file @
d578c00
...
...
@@ -32,7 +32,9 @@ import UIKit
self
.
hidesBottomBarWhenPushed
=
true
// Do any additional setup after loading the view.
getProfileRequest
()
// getProfileRequest()
numbersList
=
ccms
?
.
_eligibleAssets
??
[]
setBackButton
()
// setNavigationTitle("")
...
...
SwiftWarplyFramework/SwiftWarplyFramework/TelcoViewController.swift
View file @
d578c00
...
...
@@ -43,7 +43,9 @@ import UIKit
self
.
hidesBottomBarWhenPushed
=
true
// Do any additional setup after loading the view.
getProfileRequest
()
// getProfileRequest()
numbersList
=
ccms
?
.
_eligibleAssets
??
[]
setBackButton
(
"ic_close"
)
setNavigationTitle
(
ccms
?
.
_titleOffer
??
""
)
...
...
Please
register
or
login
to post a comment