I'm using a UITextView inside a UIView that's inside a UIScrollView. Whenever I launch the app for the first time and attempt to type something into the UITextView, the view jumps up. Also, when the view is first visible, the textview is not completely visible.
I've attempted to pin the UIView to the top layout guide. It stops that issue from occurring, however when a large body of text is entered in the UITextView, I'm unable to scroll down to view the song thumbnail.
What could be done to fix this?
