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
2025-07-30 13:16:19 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e3190f2874f0a1ec6d50ac4f980d621f57d592c
4e3190f2
1 parent
ba11c316
MyRewardsViewController fixes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/screens/MyRewardsViewController/MyRewardsViewController.swift
View file @
4e3190f
...
...
@@ -554,7 +554,7 @@ import UIKit
// TODO: Implement article navigation
// This could navigate to a web view with article content,
// or a dedicated article detail screen
print
(
"TODO: Navigate to article:
\(
article
.
title
??
"Unknown"
)
-
\(
article
.
uuid
??
"No UUID"
)
"
)
print
(
"TODO: Navigate to article:
\(
article
.
_name
)
-
\(
article
.
_id
)
"
)
}
private
func
openCouponViewController
(
with
offer
:
OfferModel
)
{
...
...
Please
register
or
login
to post a comment