gpt4 book ai didi

ios - 如何禁用 UIPickerView (Swift)?

转载 作者:搜寻专家 更新时间:2023-11-01 06:04:10 24 4
gpt4 key购买 nike

我想禁用 UIPickerView,但将其设置为“isEnabled = false”不起作用。不,我不想在使用 View 时禁用它,而是在完成某个操作以重新启用它之前无法 ScrollView 。

我在这里尝试的代码不起作用(它甚至可能不是 swift 代码):How to disable UIPickerView (Objective-C)?

最佳答案

要禁用用户输入,请使用:

myPickerView.isUserInteractionEnabled = false

然后,要重新启用用户输入,请使用:

myPickerView.isUserInteractionEnabled = true

来自 .isUserInteractionEnabled 上的 Apple 文档页面:

When set to false, user events—such as touch and keyboard—intended for the view are ignored and removed from the event queue. When set to true, events are delivered to the view normally.

关于ios - 如何禁用 UIPickerView (Swift)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41796806/

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