Use PasswordTableViewCell for all password entries
This commit is contained in:
parent
3e3aca1c3c
commit
3ecb35e701
7 changed files with 164 additions and 168 deletions
|
|
@ -1,22 +0,0 @@
|
|||
//
|
||||
// PasswordCell.swift
|
||||
// passAutoFillExtension
|
||||
//
|
||||
// Created by Sun, Mingshen on 12/31/20.
|
||||
// Copyright © 2020 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import passKit
|
||||
|
||||
class PasswordTableViewCell: UITableViewCell {
|
||||
func configure(with entry: PasswordTableEntry) {
|
||||
if entry.passwordEntity.synced {
|
||||
textLabel?.text = entry.title
|
||||
} else {
|
||||
textLabel?.text = "↻ \(entry.title)"
|
||||
}
|
||||
accessoryType = .none
|
||||
detailTextLabel?.font = UIFont.preferredFont(forTextStyle: .footnote)
|
||||
detailTextLabel?.text = entry.categoryText
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue