Skip to content

Instantly share code, notes, and snippets.

@GUIEEN
Created January 22, 2020 05:18
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 GUIEEN/9ef004e93539f72c5951e2669c591558 to your computer and use it in GitHub Desktop.
Save GUIEEN/9ef004e93539f72c5951e2669c591558 to your computer and use it in GitHub Desktop.
ns string format
let str = NSString(format:"%d , %f, %ld, %@", INT_VALUE, FLOAT_VALUE, LONG_VALUE, STRING_VALUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment