remove debug message

This commit is contained in:
Bob Sun 2017-02-05 13:57:03 +08:00
parent 63a0ad8fe6
commit 045fd2f1f2
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -50,11 +50,9 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
}
func tapMenu(recognizer: UITapGestureRecognizer) {
print("tap")
if recognizer.state == UIGestureRecognizerState.ended {
let tapLocation = recognizer.location(in: self.tableView)
if let tapIndexPath = self.tableView.indexPathForRow(at: tapLocation) {
print(tapIndexPath)
if let tappedCell = self.tableView.cellForRow(at: tapIndexPath) as? LabelTableViewCell {
tappedCell.becomeFirstResponder()
let menuController = UIMenuController.shared