I am attempting to set the contentInsets to zero for my textView that I place inside my tableViewCells so that I can align my text with the label and imageView bubble. My current implementation looks like this.
I adopted the solution in this post but does not seem to work for my case. Blank space at top of UITextView in iOS 10
The solution in the above post is for uiviews but mine is in a tableViewCell, which automaticallyAdjustsScrollViewInsets is not available in tableViewCell.
Any help here pls?