UIDocument 的单个实例不能多次打开和关闭吗?似乎我可以打开、关闭和重新打开一个文档,但是当我再次尝试调用 closeWithCompletionHandler: 时,我得到一个异常:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'closeWithCompletionHandler called while document is already closing'
在调用之前,documentState 是 Normal。
希望我只是忽略了一些明显的东西......