/SwiftLocalizedStrings

Localizing strings with enums and a little of Swift's protocol magic

Primary LanguageSwift

SwiftLocalizedStrings

Localizing strings with enums and a little of Swift's protocol magic

After reading this article by Miguel Hernandez, I felt that I could use this use case as a excuse to explore Swift protocol extensions. This Playground is my approach to the NSLocalizedString problem on iOS development.

Xcode 7.0 and Swift 2.0

Many thanks to @Maquert by give me my own itchy about this issue.