gpt4 book ai didi

iOS 7 禁用像 UIAlertView 这样的用户交互

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:06:06 25 4
gpt4 key购买 nike

在iOS7中,UIAlertView弹出时,导航栏按钮的Tint Color变为灰色,不难处理。 (类似于随附的屏幕截图)。

没有 UIAlertView 有什么方法可以实现这些行为吗?

An example screenshot from the AnyList app

最佳答案

要禁用按钮,例如导航栏上的按钮,您可以使用按钮的“enabled”属性:

self.cancelButton.enabled = NO;

[self.cancelButton setEnabled:NO];

您的按钮将是灰色的,并且没有可能的互动。

关于iOS 7 禁用像 UIAlertView 这样的用户交互,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22353687/

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