Let it be!
Post
Replies
Boosts
Views
Activity
The solution to my problem may be to call the save() method directly after inserting data into the DataActor's modelContext.
My app shows it's fixed in Xcode 15 beta 6.
Array properties are problematic as of Xcode 15 beta 4: https://developer.apple.com/forums/thread/731747
Feedback: FB12576785
watchOS 9.2 beta 4 fixed the problem on watch. Still broken on iPhone with iOS 16.2 beta 4.
I took option 1, using another array instead of [Link].
After converting all navigation links to value setting versions, I still see the warnings and poor performance in Xcode 14 RC.
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.
Enhancement request FB9649823. Thanks.
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?