你好,歡迎來到IOS教程網

 Ios教程網 >> IOS使用技巧 >> IOS技巧綜合 >> 清除緩存的UIActionSheet

清除緩存的UIActionSheet

編輯:IOS技巧綜合
[摘要]本文是對清除緩存的UIActionSheet的講解,對學習IOS蘋果軟件開發有所幫助,與大家分享。

點擊任何處,出現提示:

代碼:

//點擊任何處出現sheet

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event

{

UIActionSheet * sheet = [[UIActionSheet alloc] initWithTitle:@"確定要清空圖片緩存?" delegate:self cancelButtonTitle:@"取消" destructiveButtonTitle:@"確定" otherButtonTitles:nil, nil];

[sheet showInView:self.view];

}

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved