Sportica   Sportica

performSelector 多个参数

[self performSelector:@selector(callFooWithArray) withObject:[NSArray arrayWithObjects:@"first", @"second", nil] afterDelay:15.0];   //延迟15秒

posted @ 2015-11-17 14:35  qingjoin  阅读(947)  评论(0编辑  收藏  举报
  Sportica