STQRCodeController icon indicating copy to clipboard operation
STQRCodeController copied to clipboard

一个简易的二维码识别控制器

Results 2 STQRCodeController issues
Sort by recently updated
recently updated
newest added

在`- (void)playSystemSound{ SystemSoundID soundID; NSString *strSoundFile = [[NSBundle st_qrcodeControllerBundle] pathForResource:@"st_noticeMusic" ofType:@"wav"]; AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID); AudioServicesPlaySystemSound(soundID); }`中的 `AudioServicesCreateSystemSoundID((__bridge CFURLRef)[NSURL fileURLWithPath:strSoundFile],&soundID);`这一行崩溃了。。。