Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created April 17, 2018 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sTinGe/10dd048a391e50123b8c56c83373a4bf to your computer and use it in GitHub Desktop.
Save sTinGe/10dd048a391e50123b8c56c83373a4bf to your computer and use it in GitHub Desktop.
- (void) viewDidLoad {
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment