Skip to content

Instantly share code, notes, and snippets.

@matkuznik
Created May 18, 2021 13:10
Show Gist options
  • Save matkuznik/9a0f5309e54ca4ee000c41134fedd1e8 to your computer and use it in GitHub Desktop.
Save matkuznik/9a0f5309e54ca4ee000c41134fedd1e8 to your computer and use it in GitHub Desktop.
class ViewController: UIViewController {
//Register for notification ...
private func addjustSafeAreaTo(keyboardFrame: CGRect) {
view.safeAreaInsets.bottom = keyboardFrame.height
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment