如何设置 UISegmentedControl 不调用方法

发布于 2024-10-15 11:59:16 字数 164 浏览 2 评论 0原文

我有一个 UISegmentedController 允许用户选择他们希望幻灯片在我的应用程序中显示的顺序。我想知道除了值确实改变之外是否有人知道设置它的方法。我还有其他方法在 viewDidLoad 被设置为之前选择的索引时不断被触发。我不希望在用户更改之前触发其他方法。有什么建议吗?

提前致谢

I have a UISegmentedController to allow a user to choose which order they want slides in my app to show up. Im wondering if anyone knows of a method to set it other than value did change. I have other methods that keep getting triggered in viewDidLoad while its being set to their previously selected index. I don't want the other methods triggered until a user changes it. Any suggestions?

Thanks in advance

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

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

发布评论

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

评论(1

绮筵 2024-10-22 11:59:16

最简单的方法是将布尔值添加到您的类中,例如 canTrigger。一旦用户更改,您可以将其设置为 YES。

The simplest way would be adding boolean to your class, e.g. canTrigger. And you can set it to YES, once user changes.

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