I had an image in image in my iPhone application. The text in the image is not readable as it is very small. How can I zoom it at run time?
Anyone please help..
|
I had an image in image in my iPhone application. The text in the image is not readable as it is very small. How can I zoom it at run time? Anyone please help.. |
|||
|
|
OR
|
|||
|
|
|
You can place the image on a ImageView , which is added to the ScrollView. And then you can use the scroll view delegate method
for zooming and scrolling. |
|||
|
|