Skip to content

Instantly share code, notes, and snippets.

@ViniciusDeep
Last active February 13, 2019 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ViniciusDeep/7e8fa9bb70d9826ed5407c8866e3c39f to your computer and use it in GitHub Desktop.
Save ViniciusDeep/7e8fa9bb70d9826ed5407c8866e3c39f to your computer and use it in GitHub Desktop.
ENCRY
do {
try data.write(to: fileURL, options: .completeFileProtection)
}
catch {
//Tratamento de erros aqui
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment