gpt4 book ai didi

ios - 为什么不更新 UIPageControl 上的 currentPage 指示器?

转载 作者:可可西里 更新时间:2023-11-01 17:16:34 26 4
gpt4 key购买 nike

我正在使用以下代码更新我应用中的 currentPage 指示器:

pgcNotification.currentPage = 3;
pgcNotification.numberOfPages = 4;

尽管如此,指示器永远不会改变并且始终保持在其第一个位置。

最佳答案

问题是你,首先要说页数,其次是当前页。绝不会反过来。

pgcNotification.numberOfPages = 4;
pgcNotification.currentPage = 3;

关于ios - 为什么不更新 UIPageControl 上的 currentPage 指示器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28783361/

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