MessageViewController icon indicating copy to clipboard operation
MessageViewController copied to clipboard

Auto Scroll to Bottom On Keyboard Reveal

Open jasonaibrahim opened this issue 6 years ago • 1 comments

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.

jasonaibrahim avatar Sep 15 '18 23:09 jasonaibrahim

@rnystrom default now false :)

jasonaibrahim avatar Oct 02 '18 16:10 jasonaibrahim