domesticcatsoftware / DCIntrospect

Small library of visual debugging tools for iOS.
domesticcat.com.au/projects/introspect
MIT License
2.18k stars 266 forks source link

Shared instance should be declared static #63

Closed itsthejb closed 11 years ago

itsthejb commented 11 years ago

Hi,

Came across a clash between DCIntrospect and the PayPalMPL library; a symbol clash over _sharedInstance. Since PayPal's library is closed source, I can only modify DCIntrospect's. In any case, the shared instance can and should be declared static and this prevents a clash between this and any other library.

Thanks,

J