Xcode Run IBAction when app loads?

In Interface Builder, you can uncheck the box (in the window's attributes pane) that says to show the window at startup Or you can put that line of code in your app delegate's applicationWillFinishLaunching (or perhaps applicationDidFinishLaunching ) method. (Might not work in the first one, I'm not sure. ) But I'd go with the first option, personally.

In Interface Builder, you can uncheck the box (in the window's attributes pane) that says to show the window at startup. Or you can put that line of code in your app delegate's applicationWillFinishLaunching (or perhaps applicationDidFinishLaunching) method. (Might not work in the first one, I'm not sure.) But I'd go with the first option, personally.

Thanks I should have checked interface builder before I posted :P, I found the option before you answered but thanks for the code :) – Lenny Magico Feb 18 at 20:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions