Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratulsharker/keyboard-animator
This repository contains code involve with the animation in accordance of keyboard motion in ios.
https://github.com/ratulsharker/keyboard-animator
Last synced: 1 day ago
JSON representation
This repository contains code involve with the animation in accordance of keyboard motion in ios.
- Host: GitHub
- URL: https://github.com/ratulsharker/keyboard-animator
- Owner: ratulSharker
- License: mit
- Created: 2015-08-12T11:49:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T08:33:02.000Z (about 7 years ago)
- Last Synced: 2023-08-06T22:06:06.245Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 19.9 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Keyboard-Animator
Demos
Background
In ios, whenever we are making form filling application,
there are lots of problem facing with the keyboard & the ios UITextField. If the frame of the respective
UITextField is underneath the Keyboard. In that case we change the frame or do fight with the Autolayout constraints.**Keyboard Animator**
is the dynamic solution for this kind of problem. It is very easy to use,
we will demonstrate 3 simple steps to use this & get all you want. Currently autolayout support is added.Integration / Usage
Follow the WIKI for integration details
Feel free to report any issues or contact me @ [email protected]