Posts

Post not yet marked as solved
1 Replies
154 Views
How can I show a panorama photo as is done in the Photos app for Vision Pro?
Posted Last updated
.
Post not yet marked as solved
1 Replies
208 Views
simple question. how can I display an image in a vision pro scene? this does not work: struct ContentView: View { var body: some View { VStack { Image( "IMG_3984.jpg") VStack { Text( "Hello") } } }
Posted Last updated
.