Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Catalyst app on Big Sur losing focus.
I have a workaround for this bug that seems to work. Sharing it in hopes of helping others... So it seems this bad behavior occurs (in my case anyway) when you wrap a NavigationView with other custom UI. In my case I had a custom tab bar view which wrapped a NavigationView. Sometimes the content inside the NavigationView would become completely unresponsive to user interaction but the custom tab bar would remain functional. Now for the workaround: I found that if I set the custom tab bar view to disabled(true) then focus would be forced to change back to the NavigationView. So a workaround would be to temporarily disable all of the custom UI surrounding the NavigationView then re-enable it. You'd have to get creative with making this work reliably--something like a periodic async timer that enables/disables stuff. I'm still figuring out the best solution for my app. Just thought I'd share.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21
Reply to AVSpeechSynthesizer Pitch Bug on Mac Catalyst
Hello Frameworks Engineer . Is there an update on this?
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to SwiftUI Catalyst app on Big Sur losing focus.
I have a workaround for this bug that seems to work. Sharing it in hopes of helping others... So it seems this bad behavior occurs (in my case anyway) when you wrap a NavigationView with other custom UI. In my case I had a custom tab bar view which wrapped a NavigationView. Sometimes the content inside the NavigationView would become completely unresponsive to user interaction but the custom tab bar would remain functional. Now for the workaround: I found that if I set the custom tab bar view to disabled(true) then focus would be forced to change back to the NavigationView. So a workaround would be to temporarily disable all of the custom UI surrounding the NavigationView then re-enable it. You'd have to get creative with making this work reliably--something like a periodic async timer that enables/disables stuff. I'm still figuring out the best solution for my app. Just thought I'd share.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Custom CoreImage Box Blur kernel Much slower than equivalent built-in CIBoxBlur
@shaharbd Thanks for excellent reply! You've given me much to look into here! I appreciate it.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to use the "write" function in a CoreImage Metal shader
I just figured it out. You must declare the parameter as coreimage::group::destination dest
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to AVSpeechSynthesizer Leaking Like a Sieve
This seems to be fixed in the iOS 17 beta
Replies
Boosts
Views
Activity
Jun ’23
Reply to AVSpeechSynthesizer Leaking Like a Sieve
The memory leak that I was seeing seems to be fixed in iOS 17 but it still has performance issues. For example, it doesn't stop speaking immediately when you call stop(.immediate)
Replies
Boosts
Views
Activity
Jul ’23
Reply to Cannot Start Audio Playback from Interactive Widget (iOS 17)
I figured it out. I just found this: https://developer.apple.com/documentation/appintents/audioplaybackintent
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Promo Codes for Mac Catalyst Apps
Also cannot figure this out. This feature is not useful for my apps without Catalyst support
Replies
Boosts
Views
Activity
Oct ’23
Reply to Cannot Play mp3 File via AudioContext in iOS 18 Safari
This bug still exists in iOS 18.4.1
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Cannot Play mp3 File via AudioContext in iOS 18 Safari
This bug was temporarily fixed but was re-introduced and still exists in iOS 18.2. I've created another Feedback item (FB17642167) because my previous one was closed.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25