Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 15, 2012 10:55
Show Gist options
  • Save darkredz/3116251 to your computer and use it in GitHub Desktop.
Save darkredz/3116251 to your computer and use it in GitHub Desktop.
Destroying UIWebView Air native extension
//dispose this native web instead of setting it null
nativeWeb.dispose();
//dispose all instance created, convenient if you need to destroy all.
UIWebView.disposeAll();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment