Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
add session links and a couple of notes
Browse files Browse the repository at this point in the history
  • Loading branch information
halmueller committed Feb 27, 2024
1 parent 62f3d99 commit cebc69d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/notes/wwdc23/10090.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
contributors: coughski
contributors: coughski, halmueller
---

## Introduction
Expand Down Expand Up @@ -31,7 +31,7 @@ System views like photo picker will match system appearance

No way to rotate Apple Vision Pro, so your app may want to specify a preferred rotation for new scenes

Use `UIPreferredDefaultInterfaceOrientation` plist key for this
Use `UIPreferredDefaultInterfaceOrientation` plist key for this (new key for visionOS)

`UISupportedInterfaceOrientations` used by system to provide window rotation controls

Expand All @@ -43,13 +43,13 @@ All suitable apps are automatically made available on the App Store

Gestures: Max of 2 simultaneous inputs supported

Existing `ARView`s and `ARSession`s need to be rebuilt
Existing `ARView`s and `ARSession`s need to be rebuilt, won't work on visionOS. See "Re-imagine your ARKit app for spatial experiences [_sic_]" (probably [session 10091](https://developer.apple.com/videos/play/wwdc2023/10091), maybe [session 10082](https://developer.apple.com/videos/play/wwdc2023/10082)).

Location approximated via Wi-Fi or shared from iPhone

Look to dictate interaction available on search bars

Disabled by default on iPhone and iPad apps
Disabled by default on iPhone and iPad apps. Code sample 07:59.

Enable by adding `.searchDictationBehavior(.inline(activation: .onLook))` to SwiftUI

Expand Down

0 comments on commit cebc69d

Please sign in to comment.