Skip to content

Commit a718e55

Browse files
committed
Add platform guidelines to README (#37)
* Add platform guidelines to README * fix: link to docs
1 parent 3e0ba0f commit a718e55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ If not, remember to disable it in `Podfile`.
4343
8. Open `YourApp/visionos/YourApp.xcworkspace` using Xcode 15 Beta.
4444
9. Build the app by clicking the "Run" button in Xcode.
4545

46+
## Platform guidelines
47+
48+
We suggest you read [Human Interface Guidelines for visionOS](https://developer.apple.com/design/human-interface-guidelines/designing-for-visionos) when creating visionOS apps.
49+
50+
It's important not to cover the translucent background with a solid color, as it helps to ground apps and make them feel like part of the environment.
51+
4652
## Contributing
4753

4854
1. Follow the same steps as in the `New project creation` section.

0 commit comments

Comments
 (0)