Skip to content

Instantly share code, notes, and snippets.

@Eeyore741
Last active July 15, 2018 12:25
Show Gist options
  • Save Eeyore741/064890d908d793b49c83cdca24231dc6 to your computer and use it in GitHub Desktop.
Save Eeyore741/064890d908d793b49c83cdca24231dc6 to your computer and use it in GitHub Desktop.
//Objective-C
[NSString stringWithFormat:@"У Джона %u ананас", a];
//Swift
String.init(format: "У Джона %u ананас", count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment