Skip to content

Instantly share code, notes, and snippets.

View harshad1242's full-sized avatar
💭
I may be slow to respond.

Harshad harshad1242

💭
I may be slow to respond.
View GitHub Profile
@harshad1242
harshad1242 / gist:3749f713aa7229fa7cd1
Created August 26, 2014 06:18
first time it is working, then go back and come again, play pause not working.
- (void)viewDidLoad
{
NSURL *urlmusic=[[NSURL alloc]initFileURLWithPath:[[NSBundle mainBundle]pathForResource:@"music" ofType:@".mp3"]];
player = [[AVAudioPlayer alloc] initWithContentsOfURL:urlmusic error:nil];
player.numberOfLoops = -1;
[player setVolume:1.0];