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