Post

Replies

Boosts

Views

Activity

Comment on Large overlay
I'd like to precisely lay out the base view, and overlay a bigger view nearby with alignmentGuide(). ZStack has different layout with the same alignmentGuide(), and the base view will move, so does not work in this case.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Comment on Stream response
FB18563382
Replies
Boosts
Views
Activity
Jul ’25
Comment on CIFormat static var
Let it be!
Replies
Boosts
Views
Activity
Jun ’24
Comment on SwiftData does not work on a background Task even inside a custom ModelActor.
The solution to my problem may be to call the save() method directly after inserting data into the DataActor's modelContext.
Replies
Boosts
Views
Activity
Aug ’23
Comment on Explain Map() position
My app shows it's fixed in Xcode 15 beta 6.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on NSUnknownKeyException: not key value coding-compliant for the key "(null)"
Array properties are problematic as of Xcode 15 beta 4: https://developer.apple.com/forums/thread/731747
Replies
Boosts
Views
Activity
Jul ’23
Comment on Subscription status on watchOS
Feedback: FB12576785
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on iOS widget always displaying placeholder on simulator or device
watchOS 9.2 beta 4 fixed the problem on watch. Still broken on iPhone with iOS 16.2 beta 4.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on How to display [Link]?
I took option 1, using another array instead of [Link].
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Navigation: update multiple times per frame
After converting all navigation links to value setting versions, I still see the warnings and poor performance in Xcode 14 RC.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Large overlay
I'd like to precisely lay out the base view, and overlay a bigger view nearby with alignmentGuide(). ZStack has different layout with the same alignmentGuide(), and the base view will move, so does not work in this case.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on iOS 10 Temperature Unit
Enhancement request FB9649823. Thanks.
Replies
Boosts
Views
Activity
Sep ’21
Comment on iOS 10 Temperature Unit
I need to display different labels on axes of temperature charts based on user's temperature unit. How do I know the user's temperature unit? Why does iOS allow temperature unit independent of the metric/standard unit system?
Replies
Boosts
Views
Activity
Sep ’21