Search Results

4
votes

What is the best way to solve an Objective-C namespace collision?

If you do not need to use classes from both frameworks at the same time, and you are targeting platforms which support NSBundle unloading (OS X 10.4 or later, no GNUStep support), and performance r …