pagecontrol 可选择页面可见性颜色?
在我的应用程序中,我想将页面控制可选页面(点)颜色更改为棕色而不是白色。
我知道可以更改页面控件的背景颜色。但是如何将可选页面(点)颜色更改为其他颜色?
In my application I want to change pagecontrol selectable page (dot) color to brown instead of white.
I know it's possible to change the background color of pagecontrol. But how can I change the selectable page (dot) color to some other color?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIPageControl
默认情况下不支持此功能。您必须创建自己的页面控件并自己进行绘图。UIPageControl
does not support this by default. You have to create your own page control and do the drawing on your own.