Skip to content

Instantly share code, notes, and snippets.

@dialektike
Last active October 9, 2015 08:01
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 dialektike/2b711592501eaf4f964d to your computer and use it in GitHub Desktop.
Save dialektike/2b711592501eaf4f964d to your computer and use it in GitHub Desktop.
// from string to int in swift
let intString: String = "256"
let stringInt: Int? = Int(intString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment