danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios8 UIScrollViewKeyboardDismissModeInteractive solution

edkimmel opened this issue · comments

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

#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.

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