我尝试以 aac 类型录制语音文件并以 uitable 和工作良好的方式显示,但我无法在 iTunes 文件共享中显示
我激活了UIFIleSharingEnabled
但是我在iTunes文件共享中看不到aac文件我该怎么办?
文件格式音频格式MPEG4AAC
文件地址: file ://localhost/Users/myuser/...aac
保存零件
NSArray *keys = [NSArray arrayWithObjects:@"voicestr",,@"datestr",@"durstr",nil];
NSDictionary * HistDict =[[NSDictionary alloc] initWithObjects: [NSArray arrayWithObjects:myString,timeString,dateString,currentimeLbl.text,bestsize ,nil] forKeys:keys];
[Hist addObject:HistDict];
加载文件
BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:myPath];if (fileExists)
HistValue = [[NSMutableArray alloc] initWithContentsOfFile:myPath];