UITextView inside UIScrollView with AutoLayout

后端 未结 4 1070
庸人自扰
庸人自扰 2020-11-28 06:09

I am trying to place UITextView inside UIScrollView with AutoLayout with no luck. What I have tried is,

  • I placed UIScrollView inside the main view in Storyboar
4条回答
  •  萌比男神i
    2020-11-28 06:43

    If you noticed that the Auto Layout is still complaining about the height of the UIScrollView-

    The problem here is that by default UITextView has checked the “Scrolling Enabled” in the IB.

    So find that checkbox and uncheck it.

提交回复
热议问题