Skip to content

Instantly share code, notes, and snippets.

@dmpv
Last active June 30, 2016 17:12
Show Gist options
  • Save dmpv/cd4df35f5435d0b77b294e6df5a5b04d to your computer and use it in GitHub Desktop.
Save dmpv/cd4df35f5435d0b77b294e6df5a5b04d to your computer and use it in GitHub Desktop.
iOS Debugging

###Object introspection

- (id)_shortMethodDescription;
- (id)_methodDescription;
- (id)__methodDescriptionForClass:(Class)arg1;
- (id)_ivarDescription;
- (id)__ivarDescriptionForClass:(Class)arg1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment