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.
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
Comments
Post a Comment