/ Published in: Objective C
Notification related with KeyboardWillShow
Expand |
Embed | Plain Text
- (void)viewDidLoad { [super viewDidLoad]; selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil]; } - (void)viewDidDisappear:(BOOL)animated { [super viewDidDisappear:animated]; name:UIKeyboardWillShowNotification object:nil]; } { //........... }
You need to login to post a comment.
