修复录音无法播放问题
This commit is contained in:
2
Podfile
2
Podfile
@@ -25,7 +25,7 @@ pod 'Qiniu'
|
||||
|
||||
pod 'TZImagePickerController'
|
||||
pod 'LookinServer', :configurations => ['Debug']
|
||||
pod 'StreamingKit'
|
||||
|
||||
|
||||
# Pods for yinmeng-ios
|
||||
|
||||
|
@@ -11,6 +11,10 @@ import Nuke
|
||||
|
||||
class HomeVoiceVC: BaseViewController,HiddenNavigationBarProtocol {
|
||||
var myModel:HomeVoiceModel?
|
||||
override func viewWillDisappear(_ animated: Bool) {
|
||||
super.viewWillDisappear(animated)
|
||||
PlayVoiceManager.shared.stopPlayVoice()
|
||||
}
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
setUILayout()
|
||||
|
Reference in New Issue
Block a user