Skip to content

Instantly share code, notes, and snippets.

@jackyshan
Created November 21, 2016 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackyshan/df0fc0a7e549e51dda34183f33db0492 to your computer and use it in GitHub Desktop.
Save jackyshan/df0fc0a7e549e51dda34183f33db0492 to your computer and use it in GitHub Desktop.
JSPatch下发取消页面网络请求bug
defineClass("UIViewController", {
//instance method definitions
viewDidDisappear: function(animated) {
return;
}
}, {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment