UIImage Is Not Fitting In UIScrollView At Start

后端 未结 5 945
-上瘾入骨i
-上瘾入骨i 2020-12-30 12:07

I have an image like:

\"Want

When I load the image to uiimageview and then adding as a subvie

5条回答
  •  自闭症患者
    2020-12-30 12:31

    Note that there is also [scrollView zoomToRect:animated:] described here

    You can set it to the outer bounds of your image so that it will auto-fit your image in your view. But make sure to setup correctly the maximumZoomScale as per Deepak solution above.

提交回复
热议问题