Commit
This commit is contained in:
@ -70,4 +70,8 @@ extension View {
|
||||
return Color("greenForOffline")
|
||||
}
|
||||
}
|
||||
|
||||
func hideKeyboard() {
|
||||
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user