标签:
一,效果图。
二,代码。
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
UIAlertView * alterView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"以清除缓存" delegate:self cancelButtonTitle:nil otherButtonTitles:@"确认", nil];
[alterView show];
}
标签:
原文地址:http://www.cnblogs.com/yang-guang-girl/p/5496987.html