gpt4 book ai didi

iphone - 创建简单 UIAlertView 时的 EXC_BAD_ACCESS

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

在声明一个简单的 UIAlertView 时,使用以下代码,我在该行收到上述错误:

UIAlertView * alerteken =  [[UIAlertView alloc] initWithTitle:@"Email" message:@"Please enter the @mailinator.com email address you want to read:" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Ok"];

我做错了什么?

最佳答案

您需要提供以“nil”结尾的按钮标题列表:

otherButtonTitles:@"Ok",nil

关于iphone - 创建简单 UIAlertView 时的 EXC_BAD_ACCESS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3522510/

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