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
2026-03-20 12:20:54 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d70ed89eb6a199802461189eda54eef502c6a33f
d70ed89e
1 parent
c4b0eae0
ui fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/cells/CategoryOffersHeaderTableViewCell/CategoryOffersHeaderTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework/cells/CategoryOffersHeaderTableViewCell/CategoryOffersHeaderTableViewCell.swift
View file @
d70ed89
...
...
@@ -45,7 +45,7 @@ public class CategoryOffersHeaderTableViewCell: UITableViewCell {
}
if
mapImage
!=
nil
{
self
.
mapImage
.
image
=
UIImage
(
named
:
"
ic_map
"
,
in
:
Bundle
.
frameworkResourceBundle
,
compatibleWith
:
nil
)
self
.
mapImage
.
image
=
UIImage
(
named
:
"
map_pin_2
"
,
in
:
Bundle
.
frameworkResourceBundle
,
compatibleWith
:
nil
)
}
}
...
...
Please
register
or
login
to post a comment