Guest User

Untitled

a guest
Nov 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (error != nil) {
  2. print("Error recording movie: (error!.localizedDescription)")
  3. } else {
  4. print("START else Finish")
  5. let videoRecorded = outputURL! as URL
  6. performSegue(withIdentifier: "showVideo", sender: videoRecorded)
  7. print("START else Finish")
  8. }
Add Comment
Please, Sign In to add comment