Infograph Date Complication - what ComplicationTemplate is it?

Hi,


I'm doing some development for the Infograph Complications.


I can't figure out what template the Date Complication is for the CLKComplicationFamilyGraphicBezel.


Can someone please tell me what Template this is?


S/screenshot here: https://imgur.com/a/KrlJeBi

Replies

CLKComplicationTemplateGraphicBezelCircularText is the one that allows to display bezel text...

Hi,


Thanks, I tried that. Here is the apple doc link for CLKComplicationTemplateGraphicBezelCircularText

https://developer.apple.com/documentation/clockkit/clkcomplicationtemplategraphicbezelcirculartext


You can see that it takes a

CLKComplicationTemplateGraphicCircular


Here is the documentation for

CLKComplicationTemplateGraphicCircular

https://developer.apple.com/documentation/clockkit/clkcomplicationtemplategraphiccircular


I have tried all the GraphicCircularTemplates, but I cant get that same text.


The closest would be:

https://developer.apple.com/documentation/clockkit/clkcomplicationtemplategraphiccircularopengaugesimpletext


But this isn't correct because CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText has a bottom and center TextProvider, whereas the Apple Date complication has a center and "top" textprovider. I don't see a GraphicCircularTemplate with a top text provider.


I could be wrong on how it's being done, but that is what it looks like to me.

Sorry, for some reason I thought you were talking about Calendar complication...

Date complication is actually CLKComplicationTemplateGraphicCircularImage where text is drawn using Core Graphics functions.