I have to write some code for a UIView that will contain a set of markers. I must be able to grab each, move it, resize it and rotate it.
It seems like something rather generic, I wonder if any one knows of a library that does just that.
Thanks
EDIT: Look at the comments of Michail Grebionkin for the solution to this problem.
Maybe you need to use
UIScrollViewinstead ofUIView. Scroll view already have methods for moving and scaling content. The only thing you’ll need to implement is rotating content.