0

How to resize a UIView by dragging the TopLeftCorner, the BottomRightCorner should be fixed.

I am using touchesBegan, touchesMoved methods. How to do it?

Cathy
  • 797
  • 2
  • 14
  • 25

1 Answers1

0

I was looking for the same solution and found this and it is working good for me. I need to do some modifications as per requirements and that's not a big issue.
Hope it will also work for you!:)

Community
  • 1
  • 1
alloc_iNit
  • 5,173
  • 2
  • 26
  • 54