i hve have implemented photo application same as photo application.Now i want to implement zoom and zoom pinch functionality same as photo application.Please provide me any code or document.
Thanks in advance
i hve have implemented photo application same as photo application.Now i want to implement zoom and zoom pinch functionality same as photo application.Please provide me any code or document.
Thanks in advance
Place your image in a UIScrollView
and it'll deal with all of that for you. Read Apple's Scroll View Programming Guide and its various subsections on zooming to learn how to implement it in your application.