Guest User

Untitled

a guest
Apr 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. try! myData.write(to: fileURL, options: .completeFileProtection)
  2.  
  3. Thread.sleep(forTimeInterval: 5.0)
  4. let myData = try! Data(contentsOf: fileURL)
Add Comment
Please, Sign In to add comment