From 8be29ad7a0d7ca8dcbba35d221e72bd61eda54cc Mon Sep 17 00:00:00 2001 From: jakob <jakob.bode@fu-berlin.de> Date: Sat, 19 Jan 2019 20:16:22 +0100 Subject: [PATCH] change image to global referenced image --- enzevalos_iphone/ContactViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enzevalos_iphone/ContactViewController.swift b/enzevalos_iphone/ContactViewController.swift index 53b1a019..d603b122 100644 --- a/enzevalos_iphone/ContactViewController.swift +++ b/enzevalos_iphone/ContactViewController.swift @@ -311,7 +311,7 @@ extension ContactViewController: UITableViewDataSource { return qrCodeCell } else { let qrCodeCell = tableView.dequeueReusableCell(withIdentifier: "QRCodeCell", for: indexPath) as! QRCodeCell - qrCodeCell.qrCode.image = #imageLiteral(resourceName: "plane") + qrCodeCell.qrCode.image = TravelHandler.planeIcon //let scaleX = qrCodeCell.qrCode.frame.size.width //let scaleY = qrCodeCell.qrCode.frame.size.height -- GitLab