https://github.com/orta/imessage-style-receding-keyboard
A demo application for showing how to drag the keyboard down with your finger.
https://github.com/orta/imessage-style-receding-keyboard
Last synced: about 1 year ago
JSON representation
A demo application for showing how to drag the keyboard down with your finger.
- Host: GitHub
- URL: https://github.com/orta/imessage-style-receding-keyboard
- Owner: orta
- Created: 2011-10-16T09:21:36.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T12:59:40.000Z (about 12 years ago)
- Last Synced: 2024-12-25T08:21:36.510Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 2.42 MB
- Stars: 135
- Watchers: 4
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Discontinued, you should look at https://github.com/danielamitay/DAKeyboardControl which does it much better nowadays.
iMessage Style Receding Keyboard
======================================================================
*Caveat: this has not been put in production code. Apple may deny this.*
This is a working implementation of how you can create iMessage style receding keyboards by grabbing the keyboard through the view hierarchy and dragging it around. Originally started from this stack overflow question [iMessage Style Receding Keyboard in an iOS App](http://stackoverflow.com/questions/7780753/imessage-style-receding-keyboard-in-an-ios-app) it was eventually turned into a blog post on my [website](http://orta.github.com/code/imessage-style-receding-keyboards-in-uikit/), and finally this repository.

Released under BSD license