BABFrameObservingInputAccessoryView

MIT License
Objective-C
iOS

1 image

Author

Description

A simple view which allows for an iOS Messages style keyboard input view and panning behavior.

Supports iOS 7.0+

  • Free of method swizzling
  • No associated objects or other runtime hacks
  • Works easily with or without Auto Layout
  • Tested on iOS 7, iOS 8, iPhone & iPad

This is a UIView subclass which allows for observing the frame of a UITextView or UITextField's inputAcessoryView. This allows your to keep the text field above the keyboard as it moves. Also this allows for interactive keyboard dismissal using UIScrollView's keyboardDismissMode property.

Tags