I am working with Cocoa, doing some tutorials. My question is how do I stop an application from picking up from where it left off after quitting? Like, how do I reset window size, position, etc?
And how do I set an initial position?
I am working with Cocoa, doing some tutorials. My question is how do I stop an application from picking up from where it left off after quitting? Like, how do I reset window size, position, etc?
And how do I set an initial position?
If you uncheck the "Restorable" box in IB, the window will always start with the size and position that you set in IB..