1

My users enter time information and I need to show local and UTC clocks (digital) at the top of the screen for them to reference. How can I do this and have it update every second or few seconds? I can add a header view or text to a section header/footer but I'm not sure how to refresh it.

Thank you.

Neal
  • 9,487
  • 15
  • 58
  • 101

1 Answers1

1

Use an NSTimer as suggested in the question's tags - see post.

Community
  • 1
  • 1
petert
  • 6,672
  • 3
  • 38
  • 46