Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use/get Apple Watch Full Screen mode

I don't want to hide time, but want to use full screen

In the storyboard on the interface controller settings I set the checkbox "Full Screen" and "Fixed to screen edges" to ON.

In the storyboard I can see the full screen mode is working and the WKInterfaceGroup is scaled to the entire display.

But unfortunately on the watch device/simulator it does not work.

The group has alignment center/center OR center/top and width and height are set to "Relative to Container"

How can I really use the full screen mode?.

enter image description here

I just have to add a label equal to Time in top black space. I want to show some text here. I have seen this in some other apps, They are using this space. Even in Apple design guide lines docs, they use this space. I am adding these reference screenshots also.

enter image description here enter image description here

In above pictures, you can see they used this top space for titles. I also want to add a label to show some text equal to time.

Any help would be greatly appreciated.

like image 685
M Zubair Shamshad Avatar asked Sep 26 '18 08:09

M Zubair Shamshad


People also ask

Which Apple Watch has full screen?

The display on Apple Watch Series 7 has a unique refractive edge that makes full-screen watch faces and apps appear to seamlessly connect with the curvature of the case.

Why is my Apple Watch face not full screen?

On your iPhone, in the Watch app, go to: My Watch (tab) > General > Accessibility > Zoom - turn off. Or on your watch, go to: Home screen (via a single press of the Digital Crown) > Settings (cog icon) > General > Accessibility > Zoom - tap and turn off / on.


1 Answers

This is a really weird bug. After digging around I've found a way to fill the whole screen. It's not pretty but I'm consistently getting full screen if i'm adding a sprite kit scene into a "main group". Again; it's not an elegant fix but it works and isn't really that resource intensive. Hope this works for you too!

like image 69
crankblaster Avatar answered Nov 15 '22 07:11

crankblaster