i´m using autolayout and followed the instruction from this guide:
http://www.g8production.com/post/57513133020/auto-layout-with-uiscrollview-how-to-use
I build my View with a xib File and Interface Builder. This is my Tree:
-UIView
--UIScrollView
---UIView (ContentView)
----SubViews
The Problem is that when i only put ONE! Subview (an UIImageView) inside the ContentView and set a Left,Top and Right Constraint to the Subview, i get a warning which says: Autolayout expected a width of 1000!! I have no Idea why it gets so broken. All my Views have a width of 320px so that couldn´t be the Problem. Here some Screenshots which may help:

