delegate

导航

 

2015年4月14日

摘要: //创建警告框对象UIAlertView *alertView=[[UIAlertView alloc]initWithTitle:@"警告!" message:@"您确定退出吗?" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"... 阅读全文
posted @ 2015-04-14 19:18 jsonUserList 阅读(337) 评论(0) 推荐(0) 编辑