Post

Replies

Boosts

Views

Activity

Comment on Freeze when deallocating large data structures
Sorry, I should have noted one important thing. I have not explored the open source part of Swift nor could not have used any debugging features. So, the part describing the current behavior is nothing more than just my guess. It may be caused by some bugs of the current implementation, you can send a bug report to swift.org .
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’21
Comment on NavigationLink Issue on Device
ZStack merely relocated the small rectangles (NavigationLinks) between the Settings & Info selectors (i.e., overlayed there)? > I do not understand why you think so. Can you show some screen shots explaining that merely relocated thing?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Nov ’21
Comment on Xcode Simulator Rotate
Thanks for additional info. But it is not clear enough for me. Can you try to explain what's happening with screen shots of the simulators? (Not only simulator content, but screen shots of the whole simulator windows, including frames and title bars.)
Nov ’21
Comment on wwdc20-10073 Recipe Assistant project not working
I cannot think of what would be causing your issue. But anyway, the RecipeAssistant app works as expected in my environment. (The phrase "next step" is a little bit difficult to pronounce for Japanese, so I registered "Tsugi-he" in the app. The app responds to "Hey Siri, Tsugi-he" quite comfortably.) I have never touched the Shortcut application while testing, so not sure if it might affect or not.
Topic: App & System Services SubTopic: General Tags:
Nov ’21
Comment on Using .center to move a subview within its parent
If I comment out that line of code, the subview remains where it shows up in the parent - at origin 0,0. > Thanks. With this info, I can exclude the possibilities of some simple mistakes. But I cannot think of anything suspicious as for now. Please share when you find any sort of new info, or when you solve your issue yourself.
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’21