Zooming UIImageView inside UIScrollView with autolayout

前端 未结 3 860
迷失自我
迷失自我 2020-12-14 08:50

I have a UIImageView embedded inside a UIScrollView, prior to iOS 6 and autolayout I used the following snippet inside the controller\'s viedDidLoad method to display a scro

3条回答
  •  我在风中等你
    2020-12-14 09:35

    Solved my problem using the following code sample. The github repository corresponds to the book Programming iOS by Matt Neuburg.

    https://github.com/mattneub/Programming-iOS-Book-Examples/blob/11c6c57743b04e6e722b635b87be69fa41a5abaf/ch20p573scrollViewAutoLayout/ch20p573scrollViewAutoLayout/ViewController.m

提交回复
热议问题