Use darker overlay layers as the background to increase contrast, and avoid overlapping light-colored materials that may affect readability.
In order to improve readability and contrast, the font weight in visionOS should be slightly bolder than that of iOS.
Apply vibrancy effect to foreground elements instead of simply adjusting transparency. Vibrancy effect can subtly blend the background color into the element, enhancing contrast and readability. For more details, please continue reading here: https://developer.apple.com/design/human-interface-guidelines/materials
There are three types of vibrancy effects: primary, secondary, and tertiary, which can be used as needed. Here is a related document that can also be referenced: https://developer.apple.com/documentation/uikit/uivibrancyeffectstyle/label
Turning your head left or right is easier than up and down, so don't place things too high or low on the screen. The interface should also extend horizontally rather than vertically.
Interactive elements should have a minimum trigger area of 60pt (the element size can be smaller than the hot zone).
If multiple buttons are arranged in an area, try to use system standard buttons and leave at least 16pt spacing between the buttons.
Small interactive buttons can use a size of 28pt (but the hot zone should still be at least 60pt).
The system controls will come with focus feedback effects (analogous to the hover effect on desktop, in visionOS it is the effect when the eye looks at the control).
Leave space between the lists, otherwise it will cause overlapping of focus feedback effects. It is recommended to use a 4pt spacing between the lists.
The rounded corners of nested elements such as cards should be on the same concentric circle, which will look more harmonious and integrated.
Calculation formula: Inner corner radius + padding = Outer corner radius.
There is a new type of control called "ornaments" in visionOS, which can be used as a floating toolbar for applications.
The buttons in ornaments should not have a background (because they are already a group of buttons).
When ornaments are located at the bottom edge, they should overlap with the main interface by 20pt.
Ornaments can also expand to include richer interactions and content such as
In visionOS, pop-up menus do not require arrows; system buttons will display white backgrounds when selected, so it is important to avoid designing white-backgrounded buttons that may be confused with system button selection states.
Close and return functions should always be placed in the upper left corner.