【问题标题】:I need the height of the hidden in a scroll view Swift我需要在滚动视图 Swift 中隐藏的高度
【发布时间】:2021-02-25 17:28:06
【问题描述】:
【问题讨论】:
标签:
swift
size
scrollview
height
hidden
【解决方案1】:
你可以试试
let height = scrollView.contentOffset.y
print(height)
将其插入scrollViewDidScroll