views:

45

answers:

1

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

A: 

You can use uiimageview and uiscrollview. There's a lot of samples. Apple' scrollviewsuite it's a good starting point. Check:

http://developer.apple.com/iphone/library/iPad/index.html#samplecode/ScrollViewSuite/Introduction/Intro.html

Cheers

marcio