我需要滚动视图中隐藏的高度 Swift

I need the height of the hidden in a scroll view Swift

示例图片:

我需要蓝色的高度。

你可以试试

let height = scrollView.contentOffset.y
print(height)

将其插入 scrollViewDidScroll