Trying to create a corner complication with curved text for watchOS 9. The documentation has pointed me to the ClockKit class CLKComplicationTemplateGraphicCornerStackText, but this is marked as deprecated since we are supposed to be moving to WidgetKit for everything. What would be the way to get this kind of curved text going forward?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
I'm working on a widget in ClockKit (since WidgetKit is lacking in UI controls that I need for this app, namely the curved corner text). The widget will display data based on the user's location. It doesn't need to be completely precise, but it does need to update when the user moves about 10km or so.
I tried setting up CLLocationManager to give a callback in the AppDelegate, but this doesn't seem to work on the clock face unless the location is set to Always, which doesn't seem to be allowed as it's being set to When in Use even with a call to requestAlwaysAuthorization.
So, my main question is, what is the correct way to get the user's rough location in a complication? I know some of Apple's built-in complications do it -- namely, the sunrise/sunset complication.
I'm loading a model of a room's interior from Reality Composer Pro in a RealityView in my full Immersion scene. The model loads fine, but the problem is that if I pan the simulator camera around, the model follows the camera, rather than remaining stationary and allowing the camera to move around it. How can I keep the model stationary?