弹出提示窗口

UIAlertView *myAlert = [[UIAlertView alloc]initWithTitle:@"显示时间" message:tmpStr delegate:self cancelButtonTitle:@"取消" otherButtonTitles:nil];  

//AlertView弹出  

 [myAlert show];  

posted @ 2012-12-06 15:29  废弃账号  阅读(91)  评论(0编辑  收藏  举报