【代码笔记】iOS-清除缓存有黑色背景(仿环球时报)

一,效果图。

【代码笔记】iOS-清除缓存有黑色背景(仿环球时报)

二,代码。

【代码笔记】iOS-清除缓存有黑色背景(仿环球时报)
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
UIAlertView * alterView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"以清除缓存" delegate:self cancelButtonTitle:nil otherButtonTitles:@"确认", nil];
[alterView show]; }
【代码笔记】iOS-清除缓存有黑色背景(仿环球时报)
 
 
上一篇:在递归函数中使用JQuery.Deferred,异步请求中的同步执行...


下一篇:Centos Ping不通外网