开发者

Implementing Voice recorder

开发者 https://www.devze.com 2023-02-19 19:42 出处:网络
I\'ve created a new view called \'record\' this records the users voice. However once the user goes to a different view I want it so the recording doesnt stop and carries on recording their voice. But

I've created a new view called 'record' this records the users voice. However once the user goes to a different view I want it so the recording doesnt stop and carries on recording their voice. But once I go to another view the recording stops.

How do I make it so its still running af开发者_JS百科ter the user has gone into another view?

Thanks


So you need the record related object to be owned by something other than a view controller, like the app delegate.

0

精彩评论

暂无评论...
验证码 换一张
取 消