iPhone SDK Zoom/Resize Image with 2 fingers!! HELP
Help, i need to make an app that has got some images and you need to resize them on the scr开发者_如何学Pythoneen!! But how can i resize them with 2 finger dragging? Help me please! Thanks
Try adding UIScrollView to your window as the first step. UIScrollView handles things like dragging and zooming in/out for you. All you have to do is put your Image inside that UIScrollView.
精彩评论