You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: