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