Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save FlorianHardyDev/b7ffc2b6d5df850a9f29c81662b9e83a to your computer and use it in GitHub Desktop.

Select an option

Save FlorianHardyDev/b7ffc2b6d5df850a9f29c81662b9e83a to your computer and use it in GitHub Desktop.
FloatingButtonController keyboardDidShow
@objc
func keyboardDidShow(note: NSNotification) {
window.windowLevel = UIWindow.Level(rawValue: 0)
window.windowLevel = UIWindow.Level(rawValue: .greatestFiniteMagnitude)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment