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__
2.1m questions
2.1m answers
60 comments
57.0k users