Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经录制了一段音频,然后使用我的应用程序的相机拍摄了一张图像。
之后,当我返回视图控制器时,记录数据被重置或刷新。不存在录制文件。
为什么这个问题只发生在 iPhone 4s 上?为什么使用相机后视图会重置?
因为当您关闭 ImagePickerController 时,您的ViewWillAppear方法将被调用并且所有功能都已重置,与第一次加载视图时相同。
ViewWillAppear
您需要保存功能或检查 viewWillAppear 方法的条件。
您还可以在 ImagePicker 的Cancelbutton pressOrImagePicker is dismiiss委托方法上设置功能以保存功能。
Cancelbutton press
ImagePicker is dismiiss