设置边距后,自动版式仍然显示错误

时间:2018-11-20 23:52:59

标签: swift uiscrollview autolayout

我是Swift的新手,最近开始学习AutoLayout。看起来很直观,但是我现在正在设计enter image description here,并且不确定为什么会出现错误。您可以在下面的图片中看到更多内容,但从本质上讲,我将滚动视图固定到侧面以及上下边缘。我还需要提供什么其他信息?enter image description here

1 个答案:

答案 0 :(得分:0)

嗨,您必须先将ContentView(UIView)添加到ScrollView。然后在该ContentView中添加其他组件。

  1. 将ScrollView拖动到UIViewController。应用top,bottom.leading,trailing == 0
  2. 将UIview(ContentView)添加到ScrollView。应用top,bottom,leading,trailing == ScrollView(top,bottom,leading,trailing)
  3. 更重要的是:-将ContentView的等宽和等高应用于 ScrollView ParentView

有关更多详细信息:-https://medium.com/@pradeep_chauhan/how-to-configure-a-uiscrollview-with-auto-layout-in-interface-builder-218dcb4022d7