Design for spatial user interfaces

RSS for tag

Discuss the WWDC23 Session Design for spatial user interfaces

View Session

Posts under wwdc2023-10076 tag

5 Posts
Sort by:
Post not yet marked as solved
1 Replies
524 Views
In the session around 19:15, the ornament for the app is displayed with fade animation. How can I achieve this? I can control the visibility using ornament(visibility:attachmentAnchor:contentAlignment:ornament:) with .visible or .hidden, but no animation. Adding .transition to the content view also does have no effect.
Posted
by Basuke.
Last updated
.
Post not yet marked as solved
0 Replies
852 Views
Hi, I'm trying to apply the Vibrancy text style to SwiftUI Text. However, I didn't find proper API to do this. As the session video wwdc2023-10076 said, vibrancy brightens foreground content that displays on top of a material and works by pulling light and color forward from what's behind it. However, when I set .secondary foreground style to a Text, it's just some graycolor with a constant alpha value. It there any other API to achieve the vibrancy style? Thanks!
Posted
by Gong.
Last updated
.