[ios] performSelector沒法傳多個參數解決辦法

  [self performSelector:<#(SEL)#> withObject:<#(id)#> afterDelay:<#(NSTimeInterval)#>]沒法傳多個參數數組 解決方案1:把參數打包成一個VO或者數組函數 解決方案2:導入#import <objc/message.h>包spa 使用objc_msgSend(self,@selector(testObj:int:),
相關文章
相關標籤/搜索