In Interface builder, how do I minimize scrollview size with constraints?
I have my view controller and xib file. In the xib file, on the main view I have a subview. The subview contains a scrollview above a button. The scrollview’s content view contains a text label and text view. The strings for the text label and text view are being sourced from a strings file. The second text for the text view may be sourced from one of several files and tends to have larger text but it varies. The text view is not scrollable. The button has it’s height fixed.