2011-03-02 5 views

答えて

3

あなたはその

- (void)playSomeSound:(NSTimer *)timer { 
    // Your sound playing code goes here 
} 

[NSTimer scheduledTimerWithTimeInterval:2 target:self selector:@selector(playSomeSound:) userInfo:nil repeats:NO]; 
のためのタイマーを使用します
関連する問題