This commit is contained in:
Bob Sun 2017-02-06 13:09:29 +08:00
parent ea6bc0a7bd
commit 552f53bd91
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -60,7 +60,7 @@ class LabelTableViewCell: UITableViewCell {
}
override func copy(_ sender: Any?) {
UIPasteboard.general.string = contentLabel.text
UIPasteboard.general.string = cellData?.content
}
func revealPassword(_ sender: Any?) {