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.
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?
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.
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?