UIPageControl ,白点未突出显示

发布于 2024-09-27 20:52:56 字数 236 浏览 5 评论 0原文

大家好,我正在使用带有滚动视图的 UIPagecontrol。它效果很好,但有一种情况是白色没有突出显示。它发生在我们从滚动视图转到另一个视图然后返回并重新加载数据之后。未出现白色,但页数显示正确。但如果我滑动滚动视图,它会突出显示。

我已正确设置页数和当前页。我正在从主线程执行此操作。此外,我尝试使用计时器更新页面控件,并且尝试了 updateCurrentPageDisplay。但没有运气。

那么有什么建议吗? ...

Hey guys , I am using the UIPagecontrol with a scrollview. It works well , but there is this one scenario the white does not get highlighted. It happens after we go to a another view from the scrollview and then comes back and reload data. The white does not appear but the number of pages appear correctly. But it gets highlighted ,if I swipe the scrollview.

I have correctly set the number of pages and current page correctly. I am doing this from the main thread. Furthermore, I have tried to update the page control using a timer and I've tried updateCurrentPageDisplay. But no luck.

So any suggestions ? ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

救赎№ 2024-10-04 20:52:56

不稳定的 UIPageControls - 查看此问题的答案,它解决了我的问题。我正在调用 [pageControl setNumberOfPages: 0]。你永远不应该调用它,所以我将其更改为 [pageControl setNumberOfPages: 1]。我只是想重置我的控制。

Erratic UIPageControls - see the answer to this question, it fixed my problem. I was calling [pageControl setNumberOfPages: 0]. You should never call this, so I changed it to [pageControl setNumberOfPages: 1]. I was just trying to reset my controls.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文