You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a large amount of text inside the component you will eventually get some margin at the bottom of the text view. The longer you make the text the more margin will be there. The margin seems to get added in increments of the line height as you make the text longer.
If you take 30 paragraphs of Lorem Ipsum you will see one extra line:
The red background is set on the UITextView.
If you add another 30 paragraphs you will get another extra empty line:
My guess is that it would have to do with some small error in the view height calculation that adds up over time as the size of the text grows. But I have not looked at the code much so I don't know exactly.
The text was updated successfully, but these errors were encountered:
No styles at all originally. I found it because the container it was in had some random extra space at the bottom. The red background was just to clearly demonstrate the extra space.
When you have a large amount of text inside the component you will eventually get some margin at the bottom of the text view. The longer you make the text the more margin will be there. The margin seems to get added in increments of the line height as you make the text longer.
If you take 30 paragraphs of Lorem Ipsum you will see one extra line:
The red background is set on the
UITextView
.If you add another 30 paragraphs you will get another extra empty line:
My guess is that it would have to do with some small error in the view height calculation that adds up over time as the size of the text grows. But I have not looked at the code much so I don't know exactly.
The text was updated successfully, but these errors were encountered: