From 178b90174366becb81035f34510f3afe59865c17 Mon Sep 17 00:00:00 2001 From: Yishi Lin Date: Mon, 10 Apr 2017 23:04:23 +0800 Subject: [PATCH] Add disclosure indicator to "add OTP" --- pass/Controllers/PasswordEditorTableViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/pass/Controllers/PasswordEditorTableViewController.swift b/pass/Controllers/PasswordEditorTableViewController.swift index c750f7b..f27f95c 100644 --- a/pass/Controllers/PasswordEditorTableViewController.swift +++ b/pass/Controllers/PasswordEditorTableViewController.swift @@ -50,6 +50,7 @@ class PasswordEditorTableViewController: UITableViewController, FillPasswordTabl scanQRCodeCell?.textLabel?.text = "Add One-Time Password" scanQRCodeCell?.textLabel?.textColor = Globals.blue scanQRCodeCell?.selectionStyle = .default + scanQRCodeCell?.accessoryType = .disclosureIndicator // scanQRCodeCell?.imageView?.image = #imageLiteral(resourceName: "Camera").withRenderingMode(.alwaysTemplate) // scanQRCodeCell?.imageView?.tintColor = Globals.blue // scanQRCodeCell?.imageView?.contentMode = .scaleAspectFit