DAKeyboardControl
DAKeyboardControl copied to clipboard
DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Hello Denielamitay, I build your source code successfuly, but when I tab on the textfield, it didn't work, seem like doesn't focus on textfield. I am newbie in iOS dev,...
'DAKeyboardControl.m' line 553, column 1 with start address 0x0000000100215854 Sometimes it will crash here
hello sir i just want to use below cone in swift 3 language so can you please change it in swift as soon as possible because it's urgent for me....
Fixes an issue where we attempt to get self.keyboardActiveInput.inputAccessoryView, but the target doesn't respond to this request, resulting in a crash. Example case is presenting an `MFMailComposeViewController`. Can be recreated...
In ios8, apple began to use the 'center' property instead of 'frame' to support UIScrollViewKeyboardDismissModeInteractive. This breaks the KVO used by this repo. https://github.com/danielamitay/DAKeyboardControl/pull/82 has the solution, but this repo...
The library works well with XIBs, but i been having a lot problems with custom views made programmatically.
run test will crash, when swizzle uiview.
Hi there, I was trying to use DAKeyboardControl, but my App crashes after the second load of DAKeyboardControl. To show what I mean, I modified the Example project. You can...
Keyboard target moved, I've targeted the new location. But have not gone in deep to check how all your code works. I've not tested with older versions of iOS, but...
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...