Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text gets cropped when rotating #85

Open
Lidrpish opened this issue Nov 12, 2019 · 2 comments
Open

Text gets cropped when rotating #85

Lidrpish opened this issue Nov 12, 2019 · 2 comments

Comments

@Lidrpish
Copy link

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.

@rajeevrocker7
Copy link

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.

As like this: https://stackoverflow.com/questions/6479727/applying-transform-to-uitextview-prevent-content-resizing

@aeventtus Please update for any fixes in swift in this library. It's major bug.
@Lidrpish Did you get any update on this..?

@rezizedginidze
Copy link

rezizedginidze commented Apr 18, 2020

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.

As like this: https://stackoverflow.com/questions/6479727/applying-transform-to-uitextview-prevent-content-resizing

@aeventtus Please update for any fixes in swift in this library. It's major bug.
@Lidrpish Did you get any update on this..?

I ended up creating photo/video editor from scratch.

P.S. Lidrpish was my old account btw, lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants