ios - UITextView Scrolls to the right when it gains focus in Swift -


whenever I tap my UITextView on my test device, push the text to the right Given as shown in GIF below.

text field to force correct

I do not Know why this behavior is happening, within my storyboard, I have tried to disable scrolling and implemented the barriers to ensure that the width of UITextView is only the width of the device It is still, it still happens. UITextView has not been subclassed or has any additional properties via code

If someone is with this problem before, it would be great to get some information from that How can I remedy it?

Edit Obligations for Text View

Shows the barriers to the text view


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -