How do I undefine a macro in Objective-C?
I have situation where a macro is defined automatically, but I want to undefine it manually. How do I do this?
#ifdef macro_name
...
#endif
#undef macro_name
is the directive of your dreams.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With