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
2022-08-12 12:28:55 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0f40d08e4a92d788e89461e90bb727f67873be5
d0f40d08
1 parent
9463a8f8
fix mfy cell fonts
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
SwiftWarplyFramework/SwiftWarplyFramework/MFYInboxTableViewCell.swift
SwiftWarplyFramework/SwiftWarplyFramework.xcworkspace/xcuserdata/manos.xcuserdatad/UserInterfaceState.xcuserstate
View file @
d0f40d0
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/MFYInboxTableViewCell.swift
View file @
d0f40d0
...
...
@@ -46,8 +46,11 @@ import UIKit
campaignImage
.
load
(
link
:
campaign
.
logo_url
??
""
,
placeholder
:
UIImage
(),
cache
:
URLCache
())
campaignTitleLabel
.
text
=
campaign
.
title
??
""
campaignTitleLabel
.
font
=
UIFont
(
name
:
"PFSquareSansPro-BoldItalic"
,
size
:
18
)
subtitleLabel
.
text
=
campaign
.
subtitle
??
""
subtitleLabel
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Regular"
,
size
:
16
)
descriptionLabel
.
text
=
campaign
.
message
??
""
descriptionLabel
.
font
=
UIFont
(
name
:
"PFSquareSansPro-Bold"
,
size
:
14
)
if
(
campaign
.
is_new
??
false
)
{
newBadgeImage
.
isHidden
=
false
...
...
Please
register
or
login
to post a comment