I am new to IOS and currently working for frames and photo-editing app.I am struggling with how to change the size of the UITextView by dragging its corners in swift? It is same as what we see on photo-editing apps for adding text over frames or pictures and resizing/positioning it according to our will. Any help would be much appreciated!!
Asked
Active
Viewed 472 times
0
-
Could you provide more information? – Yurii Petrov Nov 14 '21 at 19:54
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Nov 16 '21 at 08:36
1 Answers
0
I'm pretty sure there is no built-in support for that in UIKit.
To build your own custom solution check this out: How to resize UIView by dragging from its edges?

David Schmoecker
- 567
- 3
- 8
- 17