How to resize a UIView by dragging the TopLeftCorner, the BottomRightCorner should be fixed.
I am using touchesBegan, touchesMoved methods. How to do it?
How to resize a UIView by dragging the TopLeftCorner, the BottomRightCorner should be fixed.
I am using touchesBegan, touchesMoved methods. How to do it?
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!:)