
UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"提示" message:promptTitle delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil]; [alert show];
UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"提示" message:promptTitle delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil]; [alert show];
遇见资源网 objective-c 使用OC建立项目 http://www.ox520.com/16095.html