Post

Replies

Boosts

Views

Activity

Comment on tabview tabviewstyle sidebaradaptable in macos 15.1. beta 5 is non responsive
I just filed FB15694000 as well. This is a pretty serious regression bug, IMO. It's probably breaking sidebar navigation for all existing Mac production App Store apps that use sidebarAdaptable TabViews in 15.1 even if they worked fine in 15.0! Hopefully users will figure out they can tap on the empty space around the text to get it to work but I'm sure glad my app has not been released yet! 😅
2w
Comment on Navigation: update multiple times per frame
I was finally able to isolate my hang issue to a simple app for submission of a feedback ticket and it turns out it was not even related to Core Data in my case. In my case, the hang was happening when I had a generic destination view and a generic wrapper struct for the inner NavigationLink item combined with also using an @AppStorage in that generic destination view as well. Oddly enough, either removing the @AppStorage or changing the wrapper struct to use a concrete type fixed it for me!
Aug ’22