[ios] performSelector没法传多个参数解决办法

  [self performSelector:<#(SEL)#> withObject:<#(id)#> afterDelay:<#(NSTimeInterval)#>]没法传多个参数数组 解决方案1:把参数打包成一个VO或者数组函数 解决方案2:导入#import <objc/message.h>包spa 使用objc_msgSend(self,@selector(testObj:int:),
相关文章
相关标签/搜索