gpt4 book ai didi

Swift - 在 iPhone 5s 中从中间开始 ScrollView

转载 作者:行者123 更新时间:2023-11-28 14:51:51 26 4
gpt4 key购买 nike

我在 App 的主屏幕中使用了 ScrollView:

scrollView 在所有其他设备上似乎都是正常的,除非我在任何较小的设备上运行它,例如 iPhone 5s

It does not start from the Top, See in the this iPhone5s

enter image description here

But it works correctly in bigger devices like iPhone 7

enter image description here

注意:-我使用了其他答案的以下建议。

设置 ScrollView 内容偏移量

scrollViewDashboard.setContentOffset(CGPoint(x: 0, y: 0), animated: true)
scrollViewDashboard.contentOffset = .zero

我们将不胜感激。

最佳答案

我之前遇到过同样的问题,尝试在

中设置你的偏移量
override func viewDidLayoutSubviews() {
scrollViewDashboard.setContentOffset(CGPoint.zero, animated: true)
}

希望对你有帮助

关于Swift - 在 iPhone 5s 中从中间开始 ScrollView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49796030/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com