标签: swift uiscrollview autolayout
我是Swift的新手,最近开始学习AutoLayout。看起来很直观,但是我现在正在设计enter image description here,并且不确定为什么会出现错误。您可以在下面的图片中看到更多内容,但从本质上讲,我将滚动视图固定到侧面以及上下边缘。我还需要提供什么其他信息?enter image description here
答案 0 :(得分:0)
嗨,您必须先将ContentView(UIView)添加到ScrollView。然后在该ContentView中添加其他组件。
有关更多详细信息:-https://medium.com/@pradeep_chauhan/how-to-configure-a-uiscrollview-with-auto-layout-in-interface-builder-218dcb4022d7