You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All code is iOS 4.0+ safe and well documented, and is already in production apps on the App Store.
57
57
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
+
58
61
### Keyboard Delay On First Appearance
59
62
Standard issue. Use Brandon William's [UIResponder category](https://github.com/mbrandonw/UIResponder-KeyboardCache) to cache the keyboard before first use.
0 commit comments