You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GBYViewController and GBYProtocolForwarder, access to the GBYManager is needed, and currently this is done by looking for a property named cljsManager in the AppDelegate.
There must be a better way. Maybe Goby can enforce that a singleton GBYManager exists or otherwise provide a more flexible way for the GBYManager to be registered. What if there is a need for more than one GBYManager?
The text was updated successfully, but these errors were encountered:
In
GBYViewController
andGBYProtocolForwarder
, access to theGBYManager
is needed, and currently this is done by looking for a property namedcljsManager
in theAppDelegate
.There must be a better way. Maybe Goby can enforce that a singleton
GBYManager
exists or otherwise provide a more flexible way for theGBYManager
to be registered. What if there is a need for more than oneGBYManager
?The text was updated successfully, but these errors were encountered: