iOS AVAudioPlayer 提示音

时间:2023-03-09 17:12:15
iOS AVAudioPlayer 提示音

NSString *urlPath = [[NSBundle mainBundle] pathForResource:@"" ofType:@""];

NSURL *url = [NSURL fileURLWithPath:urlPath];

self.player = [[AVAudioPlayer alloc]initWithContentsOfURL:url error:nil];

self.player.volume = 5;

self.player.numberOfLoops = 0;

[self.player play];

@import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);