Guest User

Untitled

a guest
Feb 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. .
  2. .
  3. .
  4. -(void)soundDidFinish{
  5. console.log("Sound finished...posting notification...");
  6. [[CPNotificaitonCenter defaultCenter] postNotificationName:"SongEnded" object:self];
  7. }
  8. .
  9. .
  10. .
Add Comment
Please, Sign In to add comment