slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

Keep scroll view content inset adjustment #643

Closed gim- closed 7 years ago

gim- commented 7 years ago

PR Summary

This fixes the issue for non-inverted table views when navigation bar was overlaying it. It was caused by _tableView.contentInsetAdjustmentBehavior being set to UIScrollViewContentInsetAdjustmentNever. I added a new method slk_updateInsetAdjustmentBehavior which updates adjustment behavior when isInverted field is mutated and sets an appropriate adjustment type based on the new value.

Related Issues

Fixes #642 Related to change from #631

dzenbot commented 7 years ago

Great fix @gim- ! I tested on simulator and device, and against the iPhoneX branch and it works like a charm! Thank you.