https://github.com/redetection/rdkeyboardequalview
Easiest way to track keyboard presence! This view keeps height to be as much as keyboard overlaps RDKeyboardEqualView's superview.
https://github.com/redetection/rdkeyboardequalview
Last synced: about 1 month ago
JSON representation
Easiest way to track keyboard presence! This view keeps height to be as much as keyboard overlaps RDKeyboardEqualView's superview.
- Host: GitHub
- URL: https://github.com/redetection/rdkeyboardequalview
- Owner: ReDetection
- License: mit
- Created: 2015-01-16T09:58:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T10:24:52.000Z (over 10 years ago)
- Last Synced: 2024-03-14T19:53:39.870Z (about 1 year ago)
- Language: Objective-C
- Size: 2.45 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RDKeyboardEqualView
This is AutoLayout-compatible view that keeps it's size to reflect size of that superview's bottom part, which covered by keyboard.
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
ARC and AutoLayout support.
It is tested on iOS 6 bus should support iOS 5 as well.## Installation
RDKeyboardEqualView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:pod "RDKeyboardEqualView"
## License
RDKeyboardEqualView is available under the MIT license. See the LICENSE file for more info.