Advertisement
Guest User

Untitled

a guest
May 24th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. print("Run double value: ", run?.distance?.doubleValue)
  2. distanceLabel.text = mathController.stringifyDistance((run?.distance?.doubleValue)!)
  3.  
  4. // Run double value: Optional(320.22073364257812)
  5. // fatal error: unexpectedly found nil while unwrapping an Optional value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement