clockkit Questions
0
We are migrating ClockKit complications to WidgetKit in our watch app (watchOS 9+).
The migration went smoothly, UI part works just fine. However, we've hit the wall with widgets not updating when ...
2
Solved
I added a new watch app for an existing iOS App that is build with react native. I never developed a watch app before. I read everywhere that this should create two targets, the watch App and the A...
Carney asked 26/10, 2022 at 17:40
4
Solved
I am trying to change the colour of text in watch app complication (Modular large tall body), but whatever I do, the text stays white.
Here's my code, of the lines that include tintColor, I've tri...
Saks asked 11/10, 2015 at 19:22
1
Solved
I'm wondering how to not show a Complication Family if I'm not supporting it.
Example: Extra Large watch face
In ComplicationController.swift's getLocalizableSampleTemplate and getCurrentTimelineEn...
Pewit asked 20/12, 2020 at 0:7
1
Solved
I am trying to create Graphic Complications for my Apple Watch app (namely Graphic Circular) and I've run into some problems. To support both multicolor and tinted watch faces, I use the following ...
Bind asked 5/1, 2020 at 12:38
3
Solved
I have an iPhone app that sends data from the iPhone app directly to the watch face to be displayed as a complication.
I use the WatchConnectivity framework to create a WCSession to send the data ...
Skeens asked 18/2, 2019 at 15:6
1
When executing
template.headerTextProvider = CLKSimpleTextProvider(text: header)
in ComplicationController, I receive a whole number of similar error messages which I have not found a way to re...
Lamar asked 11/10, 2015 at 22:28
2
(It looks like this issue has been encountered by others in previous weeks, but there haven't been any solutions that I've found.)
I'm trying to do a really basic thing: Get data from either my iO...
Clemenceau asked 25/8, 2015 at 22:5
2
Solved
I've been following a lot of tutorials on the internet to learn how to set up the complication. I have no problem getting the complication set up as expected.
Until the initial timeline entries e...
Beers asked 6/10, 2015 at 14:50
2
Solved
After working with complications for a few days, I feel confident saying the following about the update process for updates that happen at a prescribed interval:
The system calls requestedUpdateD...
Westfahl asked 27/9, 2015 at 23:34
1
Solved
I have an public transport app with realtime departure data for trains.
I would like to add a complication that shows the departure time of the next train.
Is it possible to show (or refresh) real...
Mattins asked 14/6, 2016 at 18:24
2
Solved
What is the difference between transferCurrentComplicationUserInfo and transferUserInfo?
I want to send data from my AppDelegate to a clock kit complication.
transferCurrentComplicationUserInfo s...
Celluloid asked 24/10, 2015 at 9:41
2
I'm building up a set of Complications and have come to the CLKComplicationTemplateUtilitarianLargeFlat which only has one textProvider.
I want to display some text, along with a relative date. So...
1
© 2022 - 2024 — McMap. All rights reserved.