i have the following Storyboard as shown:
i am trying to get my UIScrollview to scroll. I had it working perfectly without Auto Layout, but it doesn't appear to be working now I've turned Auto Layout on.
I've been following this blog post: How to make a ScrollView with AutoLayout in Xcode5
but the scroll still refuses to work, and i get warnings in relation to ambiguous scroll position (see image below)
can somebody please explain how to set up UIScrollView with auto layout, including the properties of the embedded views (lengths etc)