Post

Replies

Boosts

Views

Activity

Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
I've narrowed down the issue further as follows: Reference the FB13917278_Sample_App Xcode project I placed in the feedback. If I change the SidebarView to make the FunctionView() launch as the detail view, the FunctionView displays correctly and works correctly when the user interacts with the List and children. However, if I navigate to the StartingView (works ok), then navigate back to the FunctionView, the problem is seen and the FunctionView does not appear. See my reply below.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’24
Comment on @FetchRequest not refreshing
I’ve added this line of code, and my data now updates in my view, but in my understanding, this shouldn’t be needed. If you have a view with the @FetchRequest property wrapper properly setup, that should be enough to constantly be updating the view when changes to the Core Data model occur.
Aug ’21
Comment on Navigation Title no longer showing for first Tab in iOS/iPadOS 26
Appreciate your response. I never had to use the .frame modifier before. Also, never needed a .navigationSubtitle before either I’ve got the navigation title working now with my change. I kind of like having my entire VStack scrolling now. However, I might try your fix to see if i like the functionality better.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Getting build errors for my Package.swift Swift Package Manifest
Also FB14829607
Replies
Boosts
Views
Activity
Aug ’24
Comment on Can’t Figure Out How to Get My Earth Entity to Rotate on its Axis
I’ll add the sample test app files for orbit animation that can be referenced as my actual code for this particular developer forum post.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Can't Get OrbitAnimation() to work on my project
https://developer.apple.com/forums/thread/759636
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Can't Get OrbitAnimation() to work on my project
I had some success. See my additional reply below. I want to try to get the earth to rotate. Any help would be great (again...see my latest reply below).
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Can't Get OrbitAnimation() to work on my project
Thanks. I’ll review.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
iOS/iPadOS 18 Developer Beta 3 still has this bug.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on Can't Get OrbitAnimation() to work on my project
Thank you for your response! I've added some of my sample test app code in another reply to this post. From what I understand, I already have the entity's translation setup correctly based on my Reality Composer Pro package that includes the transform component definition for my starship entity.
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
Checking back in on this. I've added a sample test app to FB13917278. Can you help with solving this issue? Thank you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
Checking back in on this. I've added a sample test app to Feedback [FB13917278(https://feedbackassistant.apple.com/feedback/13917278). Can you help with solving this issue? Thank you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
Still not working in iPadOS 18.0 Developer Beta 2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
I've narrowed down the issue further as follows: Reference the FB13917278_Sample_App Xcode project I placed in the feedback. If I change the SidebarView to make the FunctionView() launch as the detail view, the FunctionView displays correctly and works correctly when the user interacts with the List and children. However, if I navigate to the StartingView (works ok), then navigate back to the FunctionView, the problem is seen and the FunctionView does not appear. See my reply below.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
I’ve added a sample test app that focuses on the issue. It is in a zipped Xcode project on the feedback FB13917278.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on Section collapse triangle for section header no longer supported with NavigationStack?
Thanks. I don’t specify the list type so I think I get the default, which I believe is the sidebar style. By the way, I don’t know why I don’t know this, how do I see feedback that others have submitted to Apple so that I can watch those. Like the feedback number that you provided. Isn’t there a way to do this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on @FetchRequest not refreshing
I’ve added this line of code, and my data now updates in my view, but in my understanding, this shouldn’t be needed. If you have a view with the @FetchRequest property wrapper properly setup, that should be enough to constantly be updating the view when changes to the Core Data model occur.
Replies
Boosts
Views
Activity
Aug ’21