gpt4 book ai didi

objective-c - 防止 UIAlertView 关闭

转载 作者:太空狗 更新时间:2023-10-30 03:25:32 25 4
gpt4 key购买 nike

作为一种验证形式,有什么方法可以防止在按下“确定”按钮时关闭警报 View ?

场景:我在用户名/密码的警报 View 中有 2 个文本字段。如果两者都为空并且用户按下“确定”,我不希望解除警报。

最佳答案

iOS 5 为 UIAlertView 引入了一个新属性来准确处理这个问题。

alert.alertViewStyle = UIAlertViewStyleLoginAndPasswordInput;

Apple documentation on UIAlertView.

添加新的 UIAlertViewDelegate 方法来处理按钮的启用/禁用。

- (BOOL)alertViewShouldEnableFirstOtherButton:(UIAlertView *)alertView

Apple documentation on UIAlertViewDelegate.

关于objective-c - 防止 UIAlertView 关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1947783/

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