Skip to content
Snippets Groups Projects
Commit 8be29ad7 authored by jakobsbode's avatar jakobsbode
Browse files

change image to global referenced image

parent 19a5da23
No related branches found
No related tags found
No related merge requests found
...@@ -311,7 +311,7 @@ extension ContactViewController: UITableViewDataSource { ...@@ -311,7 +311,7 @@ extension ContactViewController: UITableViewDataSource {
return qrCodeCell return qrCodeCell
} else { } else {
let qrCodeCell = tableView.dequeueReusableCell(withIdentifier: "QRCodeCell", for: indexPath) as! QRCodeCell 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 scaleX = qrCodeCell.qrCode.frame.size.width
//let scaleY = qrCodeCell.qrCode.frame.size.height //let scaleY = qrCodeCell.qrCode.frame.size.height
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment