Posts

Post not yet marked as solved
2 Replies
612 Views
Hello! When trying to modify a Button's frame with visionOS as a target, the default button frame will always remain as a capsule. I would expect the "hover" behavior/background to fill the frame. Anyone else? I will file feedback. Thanks! Code: struct HostCell: View { var body: some View { Button(action:{}, label: { Image(systemName: "plus") }).frame(width: 100, height: 100).background(.red) } } Result attached as an image
Posted
by kauboi.
Last updated
.
Post not yet marked as solved
3 Replies
1.3k Views
Hello! I followed along the "Create a great spatial playback experience" video now that the visionOS SDK is out, and I also downloaded the Sample app "Destination Video". Unfortunately, in both cases, it is impossible to move or resize the player's window. The bar to move and the corner to resize will move, but the window itself doesn't. I attached the logs in case they might be useful. Thank you! logs
Posted
by kauboi.
Last updated
.
Post not yet marked as solved
2 Replies
693 Views
Hello! Just finished watching the "Create a great spatial playback experience" session, and I was wondering if it was possible to create "Curved" windows to enhance video playback. If not, I think that would be a great way to enhance traditonal 2d content, make it feel a bit more immersive. If you can't do it directly in AVFoundation, would it be possible to do this via Video Effects/RealityKit Video Material? Thank you!
Posted
by kauboi.
Last updated
.