Skip to content

Commit

Permalink
Statement Tap 3.1.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Jul 13, 2022
1 parent df6e2a2 commit f90363a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/brankas/core-sdk-ios",
"state" : {
"branch" : "master",
"revision" : "361908f384270c4d464089c680dc8f8490bc08fc"
"revision" : "f09d3f466776006796006579cf317f69306710d5"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion TestApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f90363a

Please sign in to comment.