How to resize UIView
based on its edges?
Actually I am creating UITextField
programmatically, and if User want then they can increase and decrease UITextField's
height and width by dragging its edges..
I do not want to change its height and width proportionally. If user want height then only height changes and if width then only width.
So I found the solution to take One UIView
programmatically and then place UITextField
in it..
So My question is, How can we change UIView's height and width by touching on UIView's Edges?
I know all about UIPanGestureRecognizer
but don't want that.
I had gone through this stackoverw link. and also got this solution but It is not useful for me..
Please suggest me what to do?
UPDATE
Currently doing work on SPUserResizableView and I think this will be useful..
Thanks to all my friends..