|
|
|
iOS - Xcode รบกวนช่วยหน่อยคับ เปิดหน้าใหม่แล้วข้อมูลหน้าเก่าหาย อยากให้มันเก็บค่าไว้ แล้วก็ การเล่นไฟล์mp3 |
|
|
|
|
|
|
|
1. ลองใช้พวก NSUserDefaults ครับ
2.
Code (Objective-C)
NSURL *clickURL = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/alarm_1.mp3", [[NSBundle mainBundle] resourcePath]]];
AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc]initWithContentsOfURL:clickURL error:nil];
Code (Objective-C)
NSString* expandedPath = [audioString stringByExpandingTildeInPath];
NSURL* audioUrl = [NSURL fileURLWithPath:expandedPath];
|
|
|
|
|
Date :
2013-04-26 15:26:38 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|