Skip to content

Instantly share code, notes, and snippets.

@gkye
Created March 24, 2016 17:34
Show Gist options
  • Save gkye/add7c284e4d0fa454b69 to your computer and use it in GitHub Desktop.
Save gkye/add7c284e4d0fa454b69 to your computer and use it in GitHub Desktop.
clear cache memory warning. swift 2.2
func applicationDidReceiveMemoryWarning(application: UIApplication) {
NSURLCache.sharedURLCache().removeAllCachedResponses()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment