5minho / DreamRecorder

mino & bran BoostCamp Project
6 stars 0 forks source link

speech 화면에서 뒤로가기 버튼시 음성인식 종료해야함 #23

Closed 5minho closed 6 years ago

5minho commented 6 years ago
override func viewWillDisappear(_ animated: Bool) {

        super.viewWillDisappear(animated)
        inActivateRecognizer()

    }