Skip to content

Instantly share code, notes, and snippets.

@diversario
Created May 14, 2016 04:12
Show Gist options
  • Save diversario/a2920581648c8bcee59ff8cb2d62d2d5 to your computer and use it in GitHub Desktop.
Save diversario/a2920581648c8bcee59ff8cb2d62d2d5 to your computer and use it in GitHub Desktop.
Impulse multipler
let SCREEN_SCALE = UIScreen.mainScreen().scale
private let FAKE_PX_TO_M_RATIO: CGFloat = 80
let IMPULSE = sqrt(
UIScreen.mainScreen().bounds.width *
SCREEN_SCALE * SCREEN_SCALE /
FAKE_PX_TO_M_RATIO
) * sqrt(SCREEN_SCALE) * 1.45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment