// func canBecomeFirstResponder() -> Bool {
// return true
// }
override var canBecomeFirstResponder: Bool {
return true
}