uchicago-mobi / 2015-Winter-Forum

8 stars 1 forks source link

May I ask what the NSUserPreference for "Initial Launch" is exactly? #217

Closed haouc closed 9 years ago

haouc commented 9 years ago

Is this a saved data of NSDate when the first use in somewhere (such as NSUserDefault)? Does this have to be showed in preference in setting? Or show up somewhere in App? Does this Date have to be user specific? I mean save different dates according to different users (which also means we need recording the user info by the feature of login). Sorry for many questions. Thanks.

tabinks commented 9 years ago

It does not need to show on the Settings screen. Just store the value and print it out in a NSLog so we know you can use NSUserDefaults.

haouc commented 9 years ago

Thanks.