Execute something on application startup?
Posted
by Nick Brooks
on Stack Overflow
See other posts from Stack Overflow
or by Nick Brooks
Published on 2010-05-23T11:52:55Z
Indexed on
2010/05/23
14:01 UTC
Read the original article
Hit count: 238
I have a class in my application which handles all the controls and all the functions and variables are stored in it. How can I add a function which handles the application startup to it?
So basically I need to handle 'applicationDidFinishLaunching' in my class as well as in the application delegate.
How do I do that?
© Stack Overflow or respective owner