In my model class I have 2 properties, timeInterval and postedTime.
postedTime contains a static date. timeInterval uses the
timeIntervalSinceNow method to find the number of seconds that has
passed by since the date in postedTime.
What I want to do is around every 5 minutes, update the timeInterval
to be consistent with the current time. The problem is that I need to
do this update for a large number of instances of the object. One way
I could think to do this would be to enumerate through the array
containing the objects every 5 minutes and just set the timeInterval
property. But is there a more efficient way to do this?
Thanks
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]