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