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-29 16:43:14 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d204d3df00171cce300b67609c9d61bda1b61eec
d204d3df
1 parent
dd269bce
ProfileCouponFiltersTableViewCell 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/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
d204d3d
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/cells/ProfileCouponFiltersTableViewCell/ProfileCouponFiltersTableViewCell.swift
View file @
d204d3d
...
...
@@ -23,6 +23,7 @@ protocol ProfileCouponFiltersTableViewCellDelegate: AnyObject {
titleLabel
.
font
=
UIFont
(
name
:
"PingLCG-Bold"
,
size
:
18
)
titleLabel
.
textColor
=
UIColor
(
rgb
:
0x000F1E
)
titleLabel
.
text
=
"Τα κουπόνια μου"
// Register XIBs for collection view cells
collectionView
.
register
(
UINib
(
nibName
:
"ProfileFilterCollectionViewCell"
,
bundle
:
Bundle
(
for
:
MyEmptyClass
.
self
)),
forCellWithReuseIdentifier
:
"ProfileFilterCollectionViewCell"
)
...
...
Please
register
or
login
to post a comment