I’m trying to create a app having zoom in/out on image .So anyone say the delegates for zoom.
Thanks in advance,
BrightRaj
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First Create a ScrollView
Then Set the maximumZoomScale and minimumZoomScale.
Then return the image by using this delegate
And then use this method
to do what action you want when zooming.