Resizing text view by dragging its corners (Swift)

587 Views Asked by At

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!!

1

There are 1 best solutions below

0
On

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?