MessageViewController
MessageViewController copied to clipboard
Auto Scroll to Bottom On Keyboard Reveal
Feature Request
Scroll to the bottom of the scroll view when the keyboard is revealed (e.g. the Messages app)
Implementation
Add an instance variable to MessageViewController
- scrollsToBottomOnKeyboardReveal
, check if value is set inside keyboardWillShow
block, and scroll to bottom of scroll view if true. Default is set to true.
@rnystrom default now false :)