An open API service indexing awesome lists of open source software.

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.

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.