美文网首页
contentInset偏移

contentInset偏移

作者: 缭雾 | 来源:发表于2016-10-19 10:05 被阅读37次
tableView.contentInset = UIEdgeInsets.init(top: 0, left: 0, bottom: 50, right: 0)
tableView.scrollIndicatorInsets = UIEdgeInsets.init(top: 0, left: 0, bottom: 50, right: 0)

利用contentInset可以实现滚动偏移效果。

如图:tableView是全屏大小,滚动到最底会出现偏移。

abc.gif

相关文章

网友评论

      本文标题:contentInset偏移

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