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-05-23 18:19:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ddb5a4d53b7bcd92aef0525db9ce106d998336f
4ddb5a4d
1 parent
5013e131
minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4ddb5a4
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/cells/MyRewardsBannerOffersScrollTableViewCell/MyRewardsBannerOffersScrollTableViewCell.swift
View file @
4ddb5a4
...
@@ -46,6 +46,7 @@ import UIKit
...
@@ -46,6 +46,7 @@ import UIKit
46
46
47
func
configureCell
(
data
:
SectionModel
?)
{
47
func
configureCell
(
data
:
SectionModel
?)
{
48
self
.
data
=
data
48
self
.
data
=
data
49
+
self
.
collectionView
.
reloadData
();
49
}
50
}
50
}
51
}
51
52
...
...
Please
register
or
login
to post a comment