From f90363a2d430bbb75944f99f576f0f7d79e44b0a Mon Sep 17 00:00:00 2001 From: Ejay Torres Date: Wed, 13 Jul 2022 13:19:20 +0800 Subject: [PATCH] Statement Tap 3.1.0 Update --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- TestApp/ViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 0e4314f..d49a732 100644 --- a/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,7 +6,7 @@ "location" : "https://github.com/brankas/core-sdk-ios", "state" : { "branch" : "master", - "revision" : "361908f384270c4d464089c680dc8f8490bc08fc" + "revision" : "f09d3f466776006796006579cf317f69306710d5" } }, { diff --git a/TestApp/ViewController.swift b/TestApp/ViewController.swift index 2131b8d..39923fc 100644 --- a/TestApp/ViewController.swift +++ b/TestApp/ViewController.swift @@ -271,7 +271,7 @@ class ViewController: UIViewController, CheckDelegate { let imageView = UIImageView(frame: CGRect(x: width - 40, y: 10, width: 30, height: 30)) imageView.contentMode = .scaleAspectFit - imageView.sd_setImage(with: URL(string: $0.logoUrl), placeholderImage: UIImage(named: "ic_banking")) + imageView.sd_setImage(with: URL(string: $0.pngLogoUrl), placeholderImage: UIImage(named: "ic_banking")) view.addSubview(imageView) stackView.addArrangedSubview(view)