使用OC建立项目

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

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