I had exactly the same problem. Here's how it worked for me. I added a screenshot of my object hierarchy
- Turn off the scroll setting.
- Drag the view and place it in your scroll view, cover the entire storyboard. This view will contain every user interface object in your storyboard.
- Add top, right, bottom, left = 0 constraints from your scroll view to the main view.
- Add upper, right, lower, left, and lower level constraints from the content view to the Main View.
- Add restrictions from your user interface object regarding your content.
ImageView is located under the navigation bar. The top, right, left limits are 0 relative to the presentation of the content. When I launch the application, my image appears right below the navigation bar.
source share