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]; 
에 대한 타이머를 사용합니다
관련 문제