Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created April 17, 2018 14:09
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/36c61a3b0c24e6e17c8cc613b2f3ca81 to your computer and use it in GitHub Desktop.
Save sTinGe/36c61a3b0c24e6e17c8cc613b2f3ca81 to your computer and use it in GitHub Desktop.
- (void) triggeredObserver {
[[NSNotificationCenter defaultCenter] postNotificationName:UIKeyboardWillShowNotification object:nil userInfo:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment