Skip to content

Instantly share code, notes, and snippets.

@samuelbeek
Created April 29, 2015 07:39
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 samuelbeek/77dd42bfce36ffdb060d to your computer and use it in GitHub Desktop.
Save samuelbeek/77dd42bfce36ffdb060d to your computer and use it in GitHub Desktop.
Generate 4 digit code in Swift
// Verification code is at least for digit long
let verificationCode = String(1000+arc4random_uniform(8999))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment