https://github.com/hyperoslo/uiviewcontroller-hypkeyboardtoolbar
Snap a toolbar to a keyboard like a pro
https://github.com/hyperoslo/uiviewcontroller-hypkeyboardtoolbar
Last synced: about 1 year ago
JSON representation
Snap a toolbar to a keyboard like a pro
- Host: GitHub
- URL: https://github.com/hyperoslo/uiviewcontroller-hypkeyboardtoolbar
- Owner: hyperoslo
- License: other
- Created: 2015-03-16T20:51:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T23:55:20.000Z (over 11 years ago)
- Last Synced: 2024-10-28T22:02:49.213Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 3.1 MB
- Stars: 8
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UIViewController-HYPKeyboardToolbar
An easy way to reposition a ViewController's UIToolbar when showing the keyboard.

## Usage
```objc
#import "UIViewController+HYPKeyboardToolbar.h"
// Usually in init
- (void)hyp_addKeyboardToolbarObservers;
// Usually in dealloc
- (void)hyp_removeKeyboardToolbarObservers;
```
## Installation
**UIViewController-HYPKeyboardToolbar** is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'UIViewController-HYPKeyboardToolbar'
```
## Author
Hyper Interaktiv AS, ios@hyper.no
## License
**UIViewController-HYPKeyboardToolbar** is available under the MIT license. See the LICENSE file for more info.