I am using several UIImage in my application which have text include in that imgage. So I have to pinch that image in which user want to read that message that are written on the image. so please provide me some code to do this.
Thanks
I am using several UIImage in my application which have text include in that imgage. So I have to pinch that image in which user want to read that message that are written on the image. so please provide me some code to do this.
Thanks
You can use uiimageview and uiscrollview. There's a lot of samples. Apple' scrollviewsuite it's a good starting point. Check:
Cheers