Jason
Jason
## Current behavior The scroll view will jump to the middle when a keystroke is received by the keyboard no matter where the scroll view currently is. ## Fix Remove...
## 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`,...
I know this issue is in relation to a third party plugin but I wanted to ask in case this had something to do with the way cellNav is modifying...
I found this issue when I had both cellNav and draggableRows turned on for my grid. The only way I found them both to work together is if cell editing...