Add UI elements to UIScrollView?
问题 I have a scroll view. On the scroll view I have added many necessary UILabels and UIButtons etcs. Now I want to add MORE labels and buttons but I have no room on the interface of the view to add them, otherwise they will overlap the other elements. How do I add more UI elements so that they can be interacted with when the user scrolls? I was thinking if I hold the UIelement over the bottom of the scroll view, the scroll would "scroll down" and present me with more space. 回答1: The key thing