Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created May 5, 2014 13:51
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 madrobby/bfdf61ede39448ef1e2f to your computer and use it in GitHub Desktop.
Save madrobby/bfdf61ede39448ef1e2f to your computer and use it in GitHub Desktop.
def isHardwareAccelerationIsAGoodIdea
/[0-9]+\.[0-9]+/.match(NSProcessInfo.processInfo.operatingSystemVersionString)
.to_s.split('.').map(&:to_i)[1] >= 9
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment