David Peterson
David Peterson

Reputation: 19

Is it possible to hide the time in the Apple Watch header?

I want to create an app that displays the time. This makes the time in the header redundant.

Upvotes: 1

Views: 2466

Answers (1)

John
John

Reputation: 8538

You may present a view controller modally. In this case, no time is displayed at the top. However, you should be aware of the following App Store Review Guideline:

Watch Apps whose primary function is telling time will be rejected

Upvotes: 1

Related Questions