Add disclosure indicator to "add OTP"
This commit is contained in:
parent
30c73841c6
commit
178b901743
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ class PasswordEditorTableViewController: UITableViewController, FillPasswordTabl
|
||||||
scanQRCodeCell?.textLabel?.text = "Add One-Time Password"
|
scanQRCodeCell?.textLabel?.text = "Add One-Time Password"
|
||||||
scanQRCodeCell?.textLabel?.textColor = Globals.blue
|
scanQRCodeCell?.textLabel?.textColor = Globals.blue
|
||||||
scanQRCodeCell?.selectionStyle = .default
|
scanQRCodeCell?.selectionStyle = .default
|
||||||
|
scanQRCodeCell?.accessoryType = .disclosureIndicator
|
||||||
// scanQRCodeCell?.imageView?.image = #imageLiteral(resourceName: "Camera").withRenderingMode(.alwaysTemplate)
|
// scanQRCodeCell?.imageView?.image = #imageLiteral(resourceName: "Camera").withRenderingMode(.alwaysTemplate)
|
||||||
// scanQRCodeCell?.imageView?.tintColor = Globals.blue
|
// scanQRCodeCell?.imageView?.tintColor = Globals.blue
|
||||||
// scanQRCodeCell?.imageView?.contentMode = .scaleAspectFit
|
// scanQRCodeCell?.imageView?.contentMode = .scaleAspectFit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue