I'm trying to insert a long non editable text using TextView
in Swift.
No problem with length or vertical scrolling. The problem is that when UIView
starts I can't see text from the beginning but I always see the final part.
I attached 2 images: how it looks and how it should be.