清除缓存,有黑色背景(仿环球时报)_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > 清除缓存,有黑色背景(仿环球时报)

清除缓存,有黑色背景(仿环球时报)

 2014/10/21 10:16:24  粉粉色  程序员俱乐部  我要评论(0)
  • 摘要:点击页面任何处,出现如下情况,效果图如下:代码:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{UIAlertView*alterView=[[UIAlertViewalloc]initWithTitle:@"提示"message:@"以清除缓存"delegate:selfcancelButtonTitle:nilotherButtonTitles:@"确认",nil];[alterViewshow];}
  • 标签:缓存

 

点击页面任何处,出现如下情况,效果图如下:

 

代码:

 

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    UIAlertView * alterView = [[UIAlertView alloc]initWithTitle:@"提示" message:@"以清除缓存" delegate:self cancelButtonTitle:nil otherButtonTitles:@"确认", nil];
    [alterView show];

}

 

发表评论
用户名: 匿名