Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xmax

macrumors member
Original poster
Jul 3, 2008
33
0
Hello,
I am new to iPhone development.
I want to zoom the image with slider movement. I am not getting which parameter of image i should set for zooming image.
I have setted image using,

imageView.image = UIImage imageNamed : @ "square.jpeg";

i have created one slider with,

UISlider *slide;
slide = [UISlider alloc] initWithFrame : CGRectMake (20.0,225.0,280.0,40.0);

how can I associate slider parameter with parameter responsible with image zoom?

Thank You.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.