Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • First of all thanks for the screenshot explanation. I removed my height constraint of the ContentView (to View) but it changes nothing. I even get the following error in my storyboard: "Scrollview has ambiguous scrollable content height". Commented May 22, 2015 at 10:52
  • I have uploaded the sample code please download and check speedy.sh/7XVBk/Sample.zip Commented May 22, 2015 at 10:58
  • i added in your project the constraints mentioned in you screenshots. result is identically to my project. Error: "Scrollview has ambiguous scrollable content height" So there must be a hight defined for the contentview? Commented May 22, 2015 at 11:40
  • In this video the contentView height is increased in storyboard during the design process. During my design process all the labels fit on the screen but it is possible that the label height increases dependent on the content. so if i set the height constraint on the contentview, the height is fixed for this view, right? Commented May 22, 2015 at 11:51
  • if your label height will increase then the content height also should get increased(coz its super view of labels) and then the scrollview will scroll. Commented May 22, 2015 at 11:53