I want to zoom in and zoom out in ScrollView. How's it possible?

Just add the file 4shared.com/dir/-PGqZEXR/zoominzoomout.html to your project and call it through these functions.

Just add the file 4shared.com/dir/-PGqZEXR/zoominzoomout.html to your project and call it through these functions. Here im2 is UIVIEW, and I paste the image on it then passing this through viewDidLoad like this, - (void)viewDidLoad { self loadFlowersInView:im2; self. View addSubview:im2; } Now attach this function like this, - (void) loadFlowersInView: (UIView *) backdrop { NSString *create_button = nil; // Add the flowers to random points on the screen for (int I = 0; I ImageName; UIImage *stemp = UIImage imageNamed:@"approve.

Png"; DragView *dragger = DragView alloc initWithImage:stemp; dragger. UserInteractionEnabled = YES; dragger. Center = CGPointMake(160.0f, 140.0f); im2 addSubview:dragger; dragger release; } } self.

View addSubview:im2; im2 release; }.

You have to set the maximumZoomScale and / or minimumZoomScale properties of your UIScrollView to something else than 1.0 to define how much you want the user to be able to zoom in/out ;).

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