This commit is contained in:
Vladimir Dubovik
2024-12-17 15:02:13 +03:00
parent def9175c20
commit 3fad13097a
11 changed files with 347 additions and 62 deletions

View File

@ -70,4 +70,8 @@ extension View {
return Color("greenForOffline")
}
}
func hideKeyboard() {
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
}
}