ios - in what object OR cons type should I store countDownDuration data? -


i have model class sub-class of nsmanagedobject, class created .model entity.

whenever click "save" method want give model class count down time, each object of class have it's countdown time , can fire each object...

i'm beginner helpful if can give me guidance in type of object should store count down time selected?

i know how log it:

- (ibaction)save:(id)sender {      nsdateformatter *formatter = [[nsdateformatter alloc] init];         [formatter setdateformat:@"hh:mm"];         nslog(@"%@", [formatter stringfromdate:[datepicker date]]); } 

thanks


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -