Xcode - 如何禁用页面控制?

发布于 2024-09-28 12:54:48 字数 132 浏览 6 评论 0原文

我有两个视图,用户可以在它们之间滚动。我有页面控制功能,因此页面底部有两个点显示当前页面。如果用户更改设置,我希望能够禁用此功能。我似乎找不到执行此操作的代码?我想如果这两个点保留但变灰就好了,但这不是必须的!

任何提示都会很棒:-)

I have 2 views which the user can scroll between. I have page control working so I have the 2 dots at the bottom of the page which show the current page. I want to be able to disable this if the user changes a setting. I can't seem to find the code to do this? I guess it would be nice if the 2 dots remained but were greyed out, but this isn't a must!

Any tips would be great :-)

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

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

发布评论

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

评论(2

王权女流氓 2024-10-05 12:54:48

您是否尝试过将控件的启用属性设置为“否”?

myPageControl.enabled = NO;

Have you tried setting the control's enabled property to NO?

myPageControl.enabled = NO;
晨光如昨 2024-10-05 12:54:48

斯威夫特 4、斯威夫特 5

pageControl.isEnabled = false

Swift 4, Swift 5

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