iOS-KeyboardSupport
iOS-KeyboardSupport copied to clipboard
Makes dealing with common keyboard tasks simpler and easier.
Fixes Issue #67
The benefits of using CODEBEAT are no longer worth the time to fix the issues it calls out. Remove the following: - [x] CODEBEAT badge in Readme - [x] .codebeatsettings...
Is it possible to inject and override the keyboard animation’s timing function. Investigation is needed.
There have been concerns from KeyboardScrollable not working well with popovers. Someone should investigate if this is true and take steps to fix.
See #48. It appears we don't have adequate test coverage of `KeyboardScrollable.swift`. While testing this is inherently difficult due to its interaction with the system keyboard, we should attempt to...