Hi George, > On 26 May 2017, at 10:44, Georges Kerssies <[email protected]> wrote: > > Hello, > > Does anybody know how to execute code at startup of the image? > Something like returnFromSnapshot in vw > > Thanks in advance, > > Georges
Check out the class SessionManager and its references/usages. SessionManager default addDeferredStartupAction: [ ... ] Sven
