UIAlertView

UIAlertView

UIAlertView *alert = [[UIAlertView  alloc]initWithTitle:@"出错了"message:@"网络连接失败,请稍后重试"delegate:nil cancelButtonTitle:@"好的" otherButtonTitles:nil];
[alert show];
[alert release];
posted @ 2014-06-09 11:07  huluo666  阅读(83)  评论(0编辑  收藏  举报