Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8925067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T07:35:48+00:00 2026-06-15T07:35:48+00:00

I want to zoom scroll view using slide control. In my scroll view i

  • 0

I want to zoom scroll view using slide control.
In my scroll view i am adding image view.

So how can i use slider control for zooming??

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T07:35:50+00:00Added an answer on June 15, 2026 at 7:35 am

    I use this code in iPad to zoom-in and zoom-out of the Image. Set the slider minimum value to 1, maximum value to 3, and current value to 0.1.

    After that in value Changed of this slider just call bellow method.

    For Ex. see this code:

    - (void)viewDidLoad
    {
        UISlider *yourSlider = [[UISlider alloc]initWithFrame:CGRectMake(300, 100, 300, 23)];
        [yourSlider setMinimumValue:1];
        [yourSlider setMaximumValue:3];
        [yourSlider setValue:0.1];
    
       // Its zoom scroll view in 3x scale
        [yourSlider addTarget:self action:@selector(scaleOfImage:) forControlEvents:UIControlEventValueChanged];
    }
    

    and paste this bellow method in your .m file

    -(IBAction)scaleOfImage:(id)sender
    {
            // if you want to zoom UIImageView then use bellow code...and set slider value max 900 and min 100 
            //yourImageView.frame=CGRectMake(yourImageView.frame.origin.x, yourImageView.frame.origin.y, yourSlider.value,yourSlider.value);
            //[yourImage setCenter:CGPointMake(500, 400)];
    
             // if you want to zoom the scrollview then use this bellow code which in comment..
    
            [yourScrollView setZoomScale:yourSlider.value]; // here change the value of slider
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to zoom an image in a scroll view. I used the below
I have an image that the user can zoom/scroll. I want to draw some
I want to create a custom control for a image regarding the dynamic zoom
Using OS 3.1 I'm placing a tap-detecting image view (taken from Apple's Scroll View
I am zooming on an image inside my scroll view.. But my scroll view
I want to give zoom effect to the iPhone camera image while capturing the
I want to use deep zoom in Silverlight, but it seems that the images
I want to add functionality for the zoom in/out image that display by the
i want set the visibility to itemized overlay in map view. if the zoom
I have paging UIScrollView with images. I want to implement animated zooming of image

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.