danielamitay/DAKeyboardControl

Detect when keyboard have completely show and the user lift up the finger if show up with panning

Closed this issue · 1 comments

Hello, i want know if there is a way to detect when the UIKeyboard is completely show, because i want scroll to bottom the UIScrollView when it happens. I have a uitextview connected to the DAKeyboardControl, and i want know detect it in two ways:

  • when with panning appears keyboard and it finish, so it all appear and the user lift the finger up;
  • when the user touch the uitext view and the keyboard show up;

it possible?

i have found this:

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(keyboardDidShow:)
name:UIKeyboardDidShowNotification
object:nil];