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:01:08 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8c8455c45efda32f2380a40814d173914ae6a151
8c8455c4
1 parent
8f4fa659
MyRewardsBannerOfferCollectionViewCell fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsBannerOfferCollectionViewCell/MyRewardsBannerOfferCollectionViewCell.swift
View file @
8c8455c
...
...
@@ -43,6 +43,6 @@ public class MyRewardsBannerOfferCollectionViewCell: UICollectionViewCell {
func
configureCell
(
data
:
ArticleModel
)
{
// Use article's preview image - same visual treatment as campaigns
self
.
postImageURL
=
data
.
img_preview
??
""
self
.
postImageURL
=
data
.
_img_preview
.
isEmpty
?
nil
:
data
.
_img_preview
}
}
...
...
Please
register
or
login
to post a comment