Complications in WidgetKit - .accessoryCorner with curved text

Hello,

I am trying out the new Watch Complications in WidgetKit and I am stuck on the widget '.accessoryCorner'.
Unfortunately, I can't find a way to create a curved text as shown in the image in the upper left corner ('HON').

Using the '.widgetLabel' does insert a curved label in the second line, but the text above it in the first line remains horizontally arranged.

Has anyone found a solution for this yet?

Thanks for the help Thomas

Post not yet marked as solved Up vote post of Thomas Down vote post of Thomas
223 views

Replies

+1 from me too, I have also not worked out how to achieve this - I'm guessing that there is a bug or a missing modifier here to allow text to be angled.

If I understood session 10051 "Go further with Complications in WidgetKit" correctly, there is no more possibility to insert automatically curved text in this area.
Apparently only icons or symbols are still provided in this area :(

  • Disappointing if true, give Apple's built in widgets can achieve it.

  • I figure this as well. It is stated that the content is auto clipped to a circle for design uniformity. I display temperature in corner complications, using the gauge to show current temperature in daily min / max. The actual value cannot be determined from the gauge, and so displayed as curved text above the gauge. accessoryCorner's gauge's currentValueLabel can be specified, but I don't see it displayed. Displaying text in the circular area makes the content less glanceable

Add a Comment