Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created April 12, 2022 12:33
Show Gist options
  • Save meyusufdemirci/2f992ef7e5950bb128c5e0995aadf6b4 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/2f992ef7e5950bb128c5e0995aadf6b4 to your computer and use it in GitHub Desktop.
Error Handling Article
extension String {
var localized: String {
NSLocalizedString(self, comment: "")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment