I want to have a countdown from the current time to a specific schedule like this: 8:48, 9:29, 11:56, 12:36, 13:18, and ect. and display that value in a label.
For example. Now we have 11:00 o'clock. And UILabel tell us 56 minutes remaining. And after 11:56 it tell us 40 minutes remaining (from current 11:56 to 12:36).
I don't ask you code directly, just help to find right way to search. Thanks.