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
If a text is big and you try to rotate it, some of it gets cropped. How would I go about fixing it? I tried messing with the code but doesn't seem to work.
The text was updated successfully, but these errors were encountered:
I think this is happening because UITextView doesn't have a container when resized, Text gets out.
This also makes multiline texts in Single-line and end-user can't revert to multiline.
I think this is happening because UITextView doesn't have a container when resized, Text gets out.
This also makes multiline texts in Single-line and end-user can't revert to multiline.
If a text is big and you try to rotate it, some of it gets cropped. How would I go about fixing it? I tried messing with the code but doesn't seem to work.
The text was updated successfully, but these errors were encountered: