我正在使用AVPlayerViewController與UINavigationController像下面的代碼。UINavigationController隱藏AVPlayerViewController進度滑塊
AVPlayerViewController* audioPlayer = [[AVPlayerViewController alloc] init];
audioPlayer.audioFilePath = recordFilePath;
[self.navigationController pushViewController:audioPlayer animated:YES];
當AVPlayerViewController出現時,進度滑塊被UINavigationBar控件隱藏起來。
如何顯示進度滑塊以及UINavigationBar?
您的代碼工作完美。謝謝。 – TGT
@TGT最受歡迎.. 快樂編碼:-) – byJeevan