需要帮助在iOS照片应用程序中显示UIScrollView中的图像

时间:2016-05-10 09:04:28

标签: ios objective-c uiscrollview uiimageview autolayout

我正在尝试在我的应用中显示图片,例如photo app of iOS

这就是我正在做的事情

  1. 我拖放{X}中的UIScrollView并设置其NSLayoutConstraint leadingtrailingtopbottom
  2. enter image description here

    1. scroll view内拖放UIImageView并设置其NSLayoutConstraint leadingtrailingtopbottom,{ {1}}和equal width to main view,并将equal height to main view创建为IBOutlets
    2. enter image description here

      1. 让我的控制器width and height委派。
      2. UIScrollViewDelegate

        b.jpg是11000 x 5000

        这是我完全缩小的结果:(

        enter image description here

        来自iOS照片应用程序的

        和欲望结果

        enter image description here

1 个答案:

答案 0 :(得分:0)

你可以使用这个库,它也支持滚动,缩放和共享

https://github.com/mwaterfall/MWPhotoBrowser