Skip to content

Commit b39ce28

Browse files
committed
Added note regarding using UITextViews
1 parent c423b54 commit b39ce28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ self.view.keyboardTriggerOffset = 44.0f; // Input view frame height
5555
### Tested in App Store!
5656
All code is iOS 4.0+ safe and well documented, and is already in production apps on the App Store.
5757
58+
### Using with a UITextView
59+
Make sure to call `addKeyboardPanningWithActionHandler:` on the UITextView itself if you wish for it to allow panning inside itself.
60+
5861
### Keyboard Delay On First Appearance
5962
Standard issue. Use Brandon William's [UIResponder category](https://github.com/mbrandonw/UIResponder-KeyboardCache) to cache the keyboard before first use.
6063

0 commit comments

Comments
 (0)