使用performSelector 传递两个参数

使用:

   [_delegate performSelector:_action withObject:self withObject:object];

[[TSBaseClient alloc] initWithTarget:self action:@selector(imageDownloaderDidSucceed:obj:)];

原文地址:https://www.cnblogs.com/jaj-angel/p/4135434.html