gpt4 book ai didi

swift - 无法更改 UIPageControl 中的 currentPage 属性

转载 作者:行者123 更新时间:2023-11-28 08:46:02 25 4
gpt4 key购买 nike

private func setupPageControl() {
let appearance = UIPageControl.appearance()
appearance.pageIndicatorTintColor = UIColor.grayColor()
appearance.currentPageIndicatorTintColor = UIColor.whiteColor()
appearance.backgroundColor = UIColor.darkGrayColor()
appearance.currentPage = 2
}

我试图在我的应用程序中更改 UIPageControl 的第一个位置,但我无法使用此代码获得适当的结果。

最佳答案

您正在尝试通过外观代理设置 currentPage,这显然不会也不应该起作用。

以与您的页面控件属性/变量相同的方式设置该属性以使其工作。

要知道哪些选择器应该与外观代理一起使用,请检查类的 Objective-C 头文件并查找 UI_APPEARANCE_SELECTOR 属性

UIPageControl.h

关于swift - 无法更改 UIPageControl 中的 currentPage 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35336406/

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