Skip to content

Instantly share code, notes, and snippets.

@dreampowder
Created September 14, 2015 08:14
Show Gist options
  • Save dreampowder/7d8b876f8ef8f06e10da to your computer and use it in GitHub Desktop.
Save dreampowder/7d8b876f8ef8f06e10da to your computer and use it in GitHub Desktop.
NSLocalizedString with format macro
#define NSLocalizedFormatString(fmt, ...) [NSString stringWithFormat:NSLocalizedString(fmt, nil), __VA_ARGS__]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment