0

Obviously WatchOS is a resource constrained environment, and it's clear executed applications can animate to their heart's content, but is it possible for an active complication (specifically the large Modular center) to receive a context that can display frames over small numbers of milliseconds -- a moving graph, or even just changing text? Or is that functionality Apple has not exposed?

dakami
  • 1
  • 2

1 Answers1

0

Documentation for getTimelineEntries(for complication states:

Entries must be greater than one minute apart.

So it seems the finest granularity you can have in Complications is >60s.

cleverbit
  • 5,514
  • 5
  • 28
  • 38