Singletons in Cocoa Plugins
Posted
by David Beck
on Stack Overflow
See other posts from Stack Overflow
or by David Beck
Published on 2010-05-21T00:44:35Z
Indexed on
2010/05/21
0:50 UTC
Read the original article
Hit count: 358
How would I get a hold of a singleton in the main application from a SIMBL plugin? When I try to call something like [ProcessControl sharedInstance]
, I get an error that ProcessControl is undefined (even though it is declared in a header file).
© Stack Overflow or respective owner