Post

Replies

Boosts

Views

Activity

Comment on Why is my child SwiftUI view not updating?
This approach worked in my case, although I hadn't used a State variable in the child. The original object came from an Observable, though, which was handed over from the parent to the child as a variable. This triggered no re-render on the child. After I copied the Observable variable to a Binding and handed it over like this, it worked fine. But I still don't understand why.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’24
Comment on In Real Time Panoramic View on Apple Vision Pro
Great. That works fine for video consumption. But how can I make this work for interactive UIs, like SwiftUI or an interactable map?
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on How to use drag gestures on objects with inverted normals?
Thanks for the hint to the other discussion. I think it would be an important addition, since I can imagine a lot of use-cases where the user is standing inside an immersive sphere and wants to interact with something.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Getting WeatherKit error WeatherDaemon.WDSJWTAuthenticatorService.Errors
Ok, the entry on the second tab "App Services" was missing in my case. This is completely counterintuitive. Thanks for pointing this out!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Spatial Keyboard Position
That would be fine, if it would not have the tendency to lay itself just over the input field. At least in the simulator. Don't have any experience with a real device yet.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How to know when an app or WindowGroup is in the background?
Is there a particular reason why I can't follow these feedback link? I always get the message: "Feedback not found."
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Grab frames in Vision Pro using ARFrame
It's a pity that camera access is not possible. We definitely need this in our app.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on QR / Image marker recognition with Vision Pro
This works. But what about non-preregistered images, like arbitrary QR Codes?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on App Store Connect: Publish visionOS-specific app for the same app store entry?
Awesome, thanks for the confirmation. I was hoping it worked this way.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Why is my child SwiftUI view not updating?
I had the same problem, but was already using a POD in the child. The data came into the parent view via an Observable object, though. The only solution was to copy the Observable to a Bindable in the parent and hand this bindable over to the child. Then it worked. Which is strange.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Why is my child SwiftUI view not updating?
This approach worked in my case, although I hadn't used a State variable in the child. The original object came from an Observable, though, which was handed over from the parent to the child as a variable. This triggered no re-render on the child. After I copied the Observable variable to a Binding and handed it over like this, it worked fine. But I still don't understand why.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on How to visualize collision components in RealityKit Composer Pro?
Thanks!
Replies
Boosts
Views
Activity
Apr ’24
Comment on Hardware Technical Specifications about Vision Pro
How is your answer related to the Apple Vision Pro? This device is not even giving you access to the cameras.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on QR codes on visionOS
Well. I get the feeling that this is the standard answer here :-) Anyway, thanks for taking your time to respond. I just filed it as FB13799026 and also FB13799035 (for general access to the camera).
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on Build errors for iOS for my visionOS app
I am facing a similar problem, but want to exclude RealityKitContent that is part of a larger Swift package: https://developer.apple.com/forums/thread/756003 What is the best approach here?
Replies
Boosts
Views
Activity
May ’24