Advertisement
Guest User

Untitled

a guest
Jul 15th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. - (void)doSomething
  2. {
  3. NSLog(@"doSomethingloop");
  4. if(player.playing==FALSE)
  5. {
  6. if(check==true)
  7. {
  8.  
  9. [self nextsong];
  10. }
  11. }
  12. else
  13. {
  14. [self performSelector:@selector(doSomething) withObject:self afterDelay:0.1];
  15. }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement