danielamitay/DAKeyboardControl

iOS 9 support

Opened this issue · 10 comments

The keyboard refuses to go down with the swipe gesture, I'll try to find some time to take a look at it later, if anyone has any suggestions, feel free to share them.

Was anyone able to get it to work on IOS 9 ?

Still hoping for a resolution, and IOS 9 official release is quickly approaching.. Is there any word on if this will be fixed or if somebody has found a solution?

Yeah I am struggling with this too..

It seems like iOS 9 changed the location of the keyboardView, it used to be a subview of inputAccesoryView.superview, but now you'll find a _keyboardPlaceholderView in its place.

+1

Time is running out folks, please figure this out for me :)

There is now a 3rd window added to UIApplication.sharedApplication().windows ("UIRemoteKeyboardWindow") when the keyboard is present. In this you will find the proper "UIInputSetHostView" view to manipulate.

+1

I created a quick fix and submitted a pull request based on Tylerc230 hints. The code is rushed but seems to be working. #98

Seems my quick fix only fixes for portrait, not for landscape. Can anyone confirm this? #98 (comment)