gpt4 book ai didi

ios - 使用大标题时,不会触发 UIScrollView 中的 UIRefreshControl

转载 作者:行者123 更新时间:2023-11-28 23:35:13 24 4
gpt4 key购买 nike

当我在导航栏使用大标题时,下拉时不会触发为 UIScrollView 添加的 UIRefresh 控件

{
self.scrollView.refreshControl = [[UIRefreshControl alloc] init];
[self.scrollView bringSubviewToFront:self.scrollView.refreshControl];
// add target
}

当我使用普通小标题时,它通过触发事件开始工作

如何使其适用于大标题?

enter image description here

最佳答案

我刚才遇到了同样的问题,对我来说,我可以通过在 viewDidAppear 中调用 scrollView.refreshControl.didMoveToSuperview() 来让它工作。

关于ios - 使用大标题时,不会触发 UIScrollView 中的 UIRefreshControl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55141771/

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