[REQ] Compare time elapsed function
Hi, I was just wondering if it was possible to include a compare time elapsed between dates as a function of the iOS object? It would be quite handy for creating timers in games that also need to be counting down even when the user has closed the app.
I've read up about it and it seems iOS has a class called NSDate that accomplishes this. http://developer.apple.com/library/m.../occ/cl/NSDate Probably more specifically the function timeIntervalSinceDate
I have also tried messing around with the Date/Time object that is already in MMF but it doesn't seem to have the functions that allow me to do this :(