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

Commit

Permalink
Merge pull request #464 from halmueller/main
Browse files Browse the repository at this point in the history
add session links and a couple of notes
  • Loading branch information
Jeehut authored Feb 28, 2024
2 parents 62f3d99 + dd05d43 commit 93ecf62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/notes/wwdc23/10090.md
Original file line number Diff line number Diff line change
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,14 @@ 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_]"
(No session with that name exists; probably referring to [Evolve your ARKit app for spatial experiences](https://developer.apple.com/videos/play/wwdc2023/10091), maybe [Meet ARKit for spatial computing](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](https://developer.apple.com/videos/play/wwdc2023-10090/?time=479).

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

Expand Down

0 comments on commit 93ecf62

Please sign in to comment.