美文网首页
使用SDAutoLayout 布局UIscrollview 问题

使用SDAutoLayout 布局UIscrollview 问题

作者: 小的小碰撞 | 来源:发表于2017-11-30 15:07 被阅读0次
  • 今天解决一个bug时,因为当初数据少,就没有添加scrollview。后来数据增加多了,超出手机屏幕所能显示,所以不能显示。解决很简单,加个scrollview就好了。问题出现了,困扰了我一会 。这应该是分分钟解决的事。花了我小半个小时。
  • 1 实现
_scrollView.sd_layout.spaceToSuperView(UIEdgeInsetsZero);
  • 2 在使用下面就好了 当然scrollview要添加在父view上了。
 [_scrollView setupAutoContentSizeWithBottomView:_bgView bottomMargin:20];

我就是忘记写第一句代码了 。呜呼!

相关文章

网友评论

      本文标题:使用SDAutoLayout 布局UIscrollview 问题

      本文链接:https://www.haomeiwen.com/subject/shmvbxtx.html