Andres Canella

Results 13 comments of Andres Canella

I'm getting a similar fail building to MacOS. It seemed to be working on iOS but now it has broken with the same error as well. This fails: ``` deliver(...

@danielamitay Tested and working with Swift Key and regular keyboards on iPhone 6 iOS 9. Using these methods ``` - (void)addKeyboardPanningWithFrameBasedActionHandler:(DAKeyboardDidMoveBlock)didMoveFrameBasesBlock constraintBasedActionHandler:(DAKeyboardDidMoveBlock)didMoveConstraintBasesBlock; - (CGRect)keyboardFrameInView; ``` And these properties ``` keyboardFrameInView...

@danielamitay Thanks for maintaining this DAKeyboardControl. Good stuff.

Glad to contribute.

Good find @mfarhand, I don't use landscape. Was this working properly before? All I did was fetch the target view from where iOS moved it to. It might change on...

@mfarhand I'd love to contribute more but I have my hands full. Have you managed to fix it?

@mfarhand You can wait till someone fixes this(who knows when), or you can try to fix it yourself. You need to figure out what is going on with the views...

I created a quick fix and submitted a pull request based on Tylerc230 hints. The code is rushed but seems to be working. https://github.com/danielamitay/DAKeyboardControl/pull/98

Seems my quick fix only fixes for portrait, not for landscape. Can anyone confirm this? https://github.com/danielamitay/DAKeyboardControl/pull/98#issuecomment-144373038

No, Have not found a solution that keeps audio intact. Currently I'm retiming the audio and video so that they are still in sync but the audio is missing a...