iosAlertView.zip
该提示框简单,好用,几句代码就可完成调用。
主要代码:
用法:
将封装的View导入。然后按照demo中的写就可以。
下方主要使用代码:
这是添加的方法:
ConfigueAlertView*alertView=[[ConfigueAlertViewalloc]initWithFrame:CGRectMake(0,0,ScreenWidth,ScreenHeight)withGroupNumber:10];
alertView.delegate=self;
alertView.backgroundColor=[UIColo
下载地址
用户评论