Post

Replies

Boosts

Views

Activity

Comment on ScrollViewProxy scrollTo will crash when scrolling outside of bounds of previous (not current) List data source/array in iPad and iOS 16 beta
Really?  In my test environment, I could not reproduce NSInternalInconsistencyException by repeatedly tapping the "Randomize & Select Last" and "Randomize & Select Random" buttons.  I tested it by several iOS 16.0 Simulator iPad / iPhone and iOS 16.0 real iPhone  in Xcode 14.0 (14A309). Did this error occur just by repeatedly tapping "Randomize & Select Last"? I have not been able to test it on a real iPad, but does it crash in Simulator as well?
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’22
Comment on Xcode 26.4: xcodebuild test crashes on iOS 15.2 Simulators before XCTest bootstrap due to ResultDataPublisher missing Foundation.URLRequest.httpMethod symbol
Thank you for the clarification. I'll try it with Xcode 26.5 Beta 2.
Replies
Boosts
Views
Activity
2w
Comment on List Layout Breaks in NavigationStack When a View Exceeds Screen Width
Thank you for your reply. I can’t use ScrollView because it doesn’t match the expected screen behavior in my case. In my case, the issue was caused by the Accessibility setting [Button Shapes] being turned on, which automatically applied the bordered style to buttons. I was able to resolve it by explicitly setting the button style to borderless.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Comment on iOS 16.4 NavigationStack Behavior Unstable
I have created a reproducible code. Please check if it can be reproduced in your environment. Also, if you find a safe workaround when using Google AdMob, please let me know.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on iOS 16.4 NavigationStack Behavior Unstable
Thank you for pointing that out. Due to a mistake during the creation of the reproduction code, the production code actually uses newValue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on AVFoundation AVSpeechUtterance AVSpeechSynthesizer not working in iOS 16 Beta 4, Beta 5
In my case, I had to set AVSpeechUtterance.prefersAssistiveTechnologySettings to false on iOS16. It seems that the attribute was not working in iOS15.x.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on ScrollViewProxy scrollTo will crash when scrolling outside of bounds of previous (not current) List data source/array in iPad and iOS 16 beta
Thank you for your response. I'll check it on iOS 16.1 simulator. I'm fed up with SwiftUI. it's so buggy.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on ScrollViewProxy scrollTo will crash when scrolling outside of bounds of previous (not current) List data source/array in iPad and iOS 16 beta
Really?  In my test environment, I could not reproduce NSInternalInconsistencyException by repeatedly tapping the "Randomize & Select Last" and "Randomize & Select Random" buttons.  I tested it by several iOS 16.0 Simulator iPad / iPhone and iOS 16.0 real iPhone  in Xcode 14.0 (14A309). Did this error occur just by repeatedly tapping "Randomize & Select Last"? I have not been able to test it on a real iPad, but does it crash in Simulator as well?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22