朱阳勇
Results
2
issues of
朱阳勇
如果A协议和B协议的一个方法名相同, struct objc_method_description *methods = protocol_copyMethodDescriptionList( httpProtocol, YES, YES, &numberOfMethods); for (unsigned int i = 0; i < numberOfMethods; i++) { struct objc_method_description method = methods[i]; [_selToHandlerMap setValue:handler forKey:NSStringFromSelector(method.name)]; }...
[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(pingAddress) userInfo:nil repeats:YES]; ping a series of IPs, it will block the main thread