Skip to content

Instantly share code, notes, and snippets.

@FradSer
Last active August 6, 2019 19:56
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 FradSer/21fd722fc98d42fcda60bbaee40d2700 to your computer and use it in GitHub Desktop.
Save FradSer/21fd722fc98d42fcda60bbaee40d2700 to your computer and use it in GitHub Desktop.
func timeString(time: Double) -> String {
return String(format: "%.1f", time)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment