gpt4 book ai didi

iphone - UIAlertViewDelegate clickedButtonAtIndex : usefulness?

转载 作者:行者123 更新时间:2023-12-03 18:26:36 24 4
gpt4 key购买 nike

UIAlertViewDelegate 协议(protocol)定义了两个方法,alertView:clickedButtonAtIndex:alertView:didDismissWithButtonIndex:,在我看来,它们的用处是相同的.

为什么会有一个 clickedButtonAtIndex 和一个 didDismissButtonWithIndex 当它们都做同样的事情时?我意识到在警报 View 关闭之前还有一个 willDismissButtonWithIndex 发生,但是有什么理由使用 clickedButtonAtIndex 而不是 didDismissButtonWithIndex 吗?

最佳答案

我发现两者之间更有用的区别:

当显示 UIAlertView 且设备进入休眠状态时,alertView:didDismissWithButtonAtIndex: 会被调用,即使警报 View 实际上并未关闭。设备唤醒后会再次显示。 alertView:clickedButtonAtIndex: 仅在用户单击其中一个按钮时调用。

关于iphone - UIAlertViewDelegate clickedButtonAtIndex : usefulness?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2494091/

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