Pinch To Zoom Effect on UIImageView inside scrollView?

后端 未结 6 1106
粉色の甜心
粉色の甜心 2020-12-05 15:05

I\'m using storyboard (iOS 6.0) to create a photo gallery viewer for my app. This is how my imageViewController is set up in storyboard:

6条回答
  •  既然无缘
    2020-12-05 15:47

    Here is how Apple recomends to do what you want to do. I used the code provided by Apple and it worked like a charm! If you want to optimize memory management, you can use iCarousel (made by nicklockwood), which have a cache management for dealloc unused views!

提交回复
热议问题