I am a noob... I have
QuitTime.text = quitDate;
Which is a date in the past... How can I display the difference in Days, Hours, Minutes and Seconds with it then updating in realtime?
I am a noob... I have
QuitTime.text = quitDate;
Which is a date in the past... How can I display the difference in Days, Hours, Minutes and Seconds with it then updating in realtime?
You can use NSDateComponents
Reference:Difference between two NSDate objects -- Result also a NSDate