What's the most common scenario for Cocoa app setup during first launch?

Posted by Eimantas on Stack Overflow See other posts from Stack Overflow or by Eimantas
Published on 2010-12-24T10:37:47Z Indexed on 2010/12/25 11:54 UTC
Read the original article Hit count: 213

Filed under:
|
|

I am creating an app and I would like a user to set some obligatory preferences during first app launch. What is the most common scenario to achieve this? Should I set some user defaults to see if the app has been setup? Also - if I determine that the app is being launched for the first time - how should I display "Setup" window? If I load it from the separte xib file - how will I deffer the display of main app window?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about setup