Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JCL 0.19 KB | None | 0 0
  1. let json_encoder = JSONEncoder()
  2. let recipeFileName = recipeToDisplay.name! + UUID().uuidString + ".json"
  3. let exportFilePath = getDocumentsDirectory().appendingPathComponent(recipeFileName)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement