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