danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

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

Closed Piero87 closed 10 years ago

Piero87 commented 10 years ago

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:

it possible?

Piero87 commented 10 years ago

i have found this:

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