使用OC建立项目

  UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"提示" message:promptTitle delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil];
        [alert show];

编程技巧