qiucanqing
Results
3
issues of
qiucanqing
`- (instancetype)initWithMethod:(Method)method { if (!method) return nil; self = [super init]; _method = method; _sel = method_getName(method); _imp = method_getImplementation(method); const char *name = sel_getName(_sel); if (name) { _name =...
bug
[window addObserver:self forKeyPath:@"frame" options:0 context:nil]; 运行了几次,发现也没有调用到监听方法里去