UIScrollView with dynamically sized content
问题 (Xcode 11, Swift) Being a newbie to iOS and Autolayout, I'm struggling with implementing a fairly simple (IMHO) view which displays a [vertical] list of items. The only problem is that items are decided dynamically and each of them could be either text or image (where either of those could be fairly large so scrolling would be required). WebView is not an option, so it has to be implemented natively. This is how I understand the process: Make in IB a UIScrollView and size it to the size of