I have a very simple view. It is just a view with a UISCrollView
and an UIImageView
below. Inside the UIScrollView
I have a very large UIImageView
. Now I need to set the UIScrollview
it's contentsize
using autolayout
.
But I can't figure it out how I can do that ? Here is how my storyboard looks like.
I've tried to put the UIImageView
inside a UIView
and make that UIView
the only child of de UIScrollView
but that is also not working. Turning off autloayout is not an option because all my other views are using autolayout
Any help on this ?