From the picture, I think there is no problem with the input position of textView. This is probably the location. Isn't this the upper left corner?
You can mark textView red to see the relative position of the cursor and textView. Because UITextView跟UILabel is different, it has a little default inset, so it is normal to be slightly downward and to the right.
From the picture, I think there is no problem with the input position of textView. This is probably the location. Isn't this the upper left corner?
You can mark textView red to see the relative position of the cursor and textView. Because
UITextView
跟UILabel
is different, it has a little default inset, so it is normal to be slightly downward and to the right.Add two sentences
Can reduce this inset.