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

ios8 UIScrollViewKeyboardDismissModeInteractive solution #94

Open edkimmel opened 9 years ago

edkimmel commented 9 years ago

In ios8, apple began to use the 'center' property instead of 'frame' to support UIScrollViewKeyboardDismissModeInteractive. This breaks the KVO used by this repo.

https://github.com/danielamitay/DAKeyboardControl/pull/82 has the solution, but this repo hasn't been updated to include it.

Anyone looking through the issues trying to find a solution to this problem, merge in that pull request.

ljs19923 commented 8 years ago

Hi! I don't find #82.... my keyboard don't move :/