UIAlertView(警告提示)

来源:互联网 发布:程序员 显示器 编辑:程序博客网 时间:2024/04/29 20:20

-(IBAction)showPhonenum:(id)sender{

    UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"请您检测网络" message:@"在手机设置里面->通用->网络" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"确定"nil];

    [alert show];

}

0 0
原创粉丝点击