mattio
mattio
I was poking around -shrinkViewKeyboardWillChangeFrame: to see what the before and after sizes were when I noticed `self.webView.scrollView.contentSize` was still incorrect at the end on iOS 12 only -- it...
I would replace the entire `shrinkViewKeyboardWillChangeFrame:` method with what I have above and see if it solves your problem. It worked for me, but your situation might be different. Keep...
Here's the CWE they referenced: https://cwe.mitre.org/data/definitions/532.html Sounds like they're issue is the presence of NSLog at all. My assumption is if I could point our InfoSec team to the source...