gpt4 book ai didi

iphone - 选项卡按钮中的 UIAlertView - 无互联网连接

转载 作者:行者123 更新时间:2023-12-03 17:24:28 25 4
gpt4 key购买 nike

再次寻求帮助...

我的应用程序目前有 2 个部分需要互联网连接,1 个是通过 Flickr 的照片库,另一个是 Twitter Feed,我想知道这是否是 UIAlertView 的正确代码...我可以得到它可以通过一个按钮工作,但仅此而已!

{
-(void)didTap_roundedRectButton1:(id)sender forEvent:(UIEvent *)event {
UIAlertView *alertView = [[UIAlertView alloc] init];
alertView.title = @"You are not connected to the Internet!";
alertView.message = @"Please check your connection and try again...";
[alertView addButtonWithTitle:@"Ok"];
[alertView show];
[alertView release];
}

最佳答案

我认为您需要使用这个示例,因为我已经用它来检查是否有可用的网络以及设备是否已连接到苹果开发人员示例网站上提供的任何一个网络示例链接是 this

关于iphone - 选项卡按钮中的 UIAlertView - 无互联网连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10880114/

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