I want to define a macro globally. I want to override NSLocalizedString() throughout my whole project. Is that possible and how do I do it?
NSLocalizedString()
Declare the macro in the #ifdef __OBJC__ section of your AppName-Prefix.pch.
#ifdef __OBJC__
1.4m articles
1.4m replys
5 comments
57.0k users