Skip to content

Instantly share code, notes, and snippets.

View dmpv's full-sized avatar

Dmitry Purtov dmpv

View GitHub Profile
@dmpv
dmpv / main.md
Last active October 7, 2016 15:47
Repo Decoration
@dmpv
dmpv / main.md
Last active June 30, 2016 17:12
iOS Debugging

###Object introspection

- (id)_shortMethodDescription;
- (id)_methodDescription;
- (id)__methodDescriptionForClass:(Class)arg1;
- (id)_ivarDescription;
- (id)__ivarDescriptionForClass:(Class)arg1;
@dmpv
dmpv / interview.md
Last active February 22, 2023 19:14
iOS Basic Interview

#iOS Interview

1. Snippets

  • Какие есть проблемы с этим кодом?
// OTTAvatarView.h

#import <UIKit/UIKit.h>