Post

Replies

Boosts

Views

Activity

Reply to .sheet is displayed wrong
Try to move the .presentationDetents([.medium]) modifier to the last of the modifiers to the view (after .interactiveDismissDisabled()), sometimes the order of modifiers affects their effects. If it still doesn't work, you should file a feedback for this issue. — WindowsMEMZ @ Darock Studio
Oct ’24
Reply to My Custom Watchface
If you're using SwiftUI to build your watchface app, you can add ._statusBarHidden() modifier to your watchface view. You can also pass a variable as argument to control the visibility of the digital time dynamically like this: ._statusBarHidden(true) Note that this API isn't stable because it has _ prefix. And Xcode doesn't provide any documentation and auto completion about this modifier.
Oct ’24