嗨 我正在制作一个应用程序,其中有一个 UIAlertView,当 dismissWithClickedButtonIndexNSInteger)buttonIndex animatedBOOL)animated
的 buttonIndex 为 1 时,我不想关闭它,但如果它不是 1 它应该解雇。我怎样才能实现它?谢谢
在这种情况下,您可以实现它的委托(delegate):
- (void)alertViewUIAlertView *)alertView willDismissWithButtonIndexNSInteger)buttonIndex
在其正文中,您可以检查 buttonIndex 是否为 1 并采取相应措施
关于objective-c - 如何根据 buttonIndex 使 UIAlertView 不关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7859887/
欢迎光临 OStack程序员社区-中国程序员成长平台 (http://ostack.cn/) | Powered by Discuz! X3.4 |