Issue while zooming content of UIScrollView?

Up vote 1 down vote favorite share g+ share fb share tw.

I am developing an application in which I am placing a set of images on a scrollView. I could place the images and given the contentSize as required to fit all the number of images. Each imageView is of size 768,1024.

I set the property of pagingEnabled to YES on the scrollview,to move to next image as the user swipes. I am loading each image into the imageview on scrolling the scrollView. I.

E - (void)scrollViewDidScroll:(UIScrollView *)scrollView{ issue: the issue I face is when I zoom a UIImageView the imageView is getting zoomed but the zoomed imageView is being overlapped by its next imageView with its size assigned i. E 768,1024. I included the delegate methods as below.

- (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView{ return scrollView viewWithTag:tempTag-1; } - (void)scrollViewWillBeginZooming:(UIScrollView *)scrollView withView:(UIView *)view{ scrollView. PagingEnabled=NO; scrollView viewWithTag:tempTag. Frame=CGRectMake(scrollView.contentSize.

Width-768, scrollView viewWithTag:tempTag.frame.origin. Y, scrollView viewWithTag:tempTag.frame.size. Width, scrollView viewWithTag:tempTag.frame.size.

Height); } - (void)scrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale{ if (scrollView. ZoomScale Can some one help me in this regard.. TNX in advance iphone ipad uiscrollview zooming link|improve this question asked Jul 18 '11 at 12:57efrank28318 61% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions