Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - (void)keyboardWillChange:(NSNotification *)notification {
  2. NSDictionary* keyboardInfo = [notification userInfo];
  3. NSValue* keyboardFrameBegin = [keyboardInfo valueForKey:UIKeyboardFrameBeginUserInfoKey];
  4. CGRect keyboardFrameBeginRect = [keyboardFrameBegin CGRectValue];
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement