1. 首页
  2. 移动开发
  3. iOS
  4. 自定义alertView

自定义alertView

上传者: 2019-05-31 22:40:55上传 ZIP文件 74.36KB 热度 19次
直接把自定义CustomAlertView类导入到项目就可以,title可以设置图片和文字以及背景,可以在alert添加子控件,弹出带有动画效果,并给屏幕添加了蒙版CustomAlertView*alert=[[CustomAlertViewalloc]initWithTitle:@"提示"message:@"test"delegate:selfcancelButtonTitle:@"取消"otherButtonTitles:@"确定",nil];[alertshow];[alertrelease];
下载地址
用户评论