dakami
dakami

Reputation: 1

Is it possible to animate complications with WatchKit/ClockKit?

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?

Upvotes: 0

Views: 162

Answers (1)

Richard D
Richard D

Reputation: 5685

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.

Upvotes: 0

Related Questions