completeUnlessOpen
The file is stored in an encrypted format on disk after it is closed.
Declaration
static let completeUnlessOpen: FileProtectionTypeDiscussion
Files with this type of protection can be created while the device is locked, but once closed, cannot be opened again until the device is unlocked. If the file is opened when unlocked, you may continue to access the file normally, even if the user locks the device. There is a small performance penalty when the file is created and opened, though not when being written to or read from. This can be mitigated by changing the file protection to complete when the device is unlocked.