Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zadr/keyboard-dragging
iMessages keyboard behavior reimplementation for iOS 4 and up. As of iOS 7, Apple has APIs on UIScrollView that deprecate the need for this project.
https://github.com/zadr/keyboard-dragging
Last synced: 3 months ago
JSON representation
iMessages keyboard behavior reimplementation for iOS 4 and up. As of iOS 7, Apple has APIs on UIScrollView that deprecate the need for this project.
- Host: GitHub
- URL: https://github.com/zadr/keyboard-dragging
- Owner: zadr
- Created: 2011-11-12T22:46:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-12T22:46:26.000Z (about 13 years ago)
- Last Synced: 2023-03-12T06:22:35.925Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This project is an example of one way to reimplement iMessages keyboard dragging behavior (mostly).
You probably don't want to use this code. While it doesn't use any private APIs, it could be argued
that this code does rely on undefined behavior in determining which window the keyboard is placed
in (let alone in knowing that the keyboard is even placed in its own window).What this means is that if you do use any of this code in your project, there is a chance that
Apple may reject your app during the approval process. Or a chance that the behavior will be
changed in the future, and the keyboard dragging behavior will just stop working.Code is under an MIT license. If you do decide to use this code in your project, and something bad
happens, it is your fault, and not mine.