[Solved] How to zoom image by slide? [closed]
2 things to do: Configure the slider so that its min and max values are equal to the min and max zoom scale of your scroll view Use [imageScrollView setZoomScale:sender.value]; to update the zoom when the slider is changed Also, check the superview that your slider is added to. It shouldn’t be added to the … Read more