Skip to content

Instantly share code, notes, and snippets.

@Pearapps
Created January 30, 2016 23:40
Show Gist options
  • Save Pearapps/6be723c4ffdc0f8ce283 to your computer and use it in GitHub Desktop.
Save Pearapps/6be723c4ffdc0f8ce283 to your computer and use it in GitHub Desktop.
Double Extension
extension Double {
func toFloat() -> CGFloat {
return CGFloat(self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment