DWBackgroundAudio 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Apr 2017Maintained by dwanghello.Installation Guide×Installation Guide for DWBackgroundAudioYou want to add pod 'DWBackgroundAudio', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'DWBackgroundAudio', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try DWBackgroundAudioSee PodspecGitHub RepoPage on CocoaPods.orgDWBackgroundAudio 0.0.2Bydwanghellodwanghello/DWBackgroundAudioGitHub Repo 音频背景 DWBackgroundAudio *back1 = [DWBackgroundAudio backgroundAudioCGRect:self.view.bounds FillType:0 URLPath:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"video.mp4" ofType:nil]]]; [self.view addSubview:back1];