Post

Replies

Boosts

Views

Activity

Reply to VisionOS, Vision Pro and eye disorders
I did ask them at WWDC since I have both the conditions you list. for nystagmus I was asking about eye tracking, but optic id is a good question also. For eye tracking they will have fall back to a hand based cursor, or mouse/trackpad. for lazy eye (or non-binocular vision) they said it might just work. it seems like they have had many discussions, but what made it into v1 was unclear. It seems like this is still a way away from a finished thing. They are not done building it yet. but, the accessibility person I spoke with knew the name of nystagmus at least.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’23
Reply to Customize DocumentGroup in SwiftUI with SwiftData
You can have a window group as your primary UI and then explicitly open the DocumentGroup to open a new or existing document. I have not found a way to create a document and save it to disk without the Apple UI, unless you use an exporter UI. In either case apple will control the file dialog so you are not able to access arbitrary files.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’23
Reply to Anybody know how to custom UIButton/UIView hover effect?
ContentShape to make the outline custom. https://designcode.io/swiftui-handbook-hover-effects
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to compatible with vision pro and mac mini
If you mean take your Mac mini to the cafe maybe. If you mean from home, I would not expect that to work. I would think it would be short distance wifi only.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to VisionOS only for screen based apps?
It supports bluetooth for things like MIDI interfaces, etc. But not wired connections.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to World color information in visionOS so physical objects could serve as inputs
They said that the only camera access is when the user takes a picture or captures video explicitly, no ambient capture.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to VisionOS, Vision Pro and eye disorders
I did ask them at WWDC since I have both the conditions you list. for nystagmus I was asking about eye tracking, but optic id is a good question also. For eye tracking they will have fall back to a hand based cursor, or mouse/trackpad. for lazy eye (or non-binocular vision) they said it might just work. it seems like they have had many discussions, but what made it into v1 was unclear. It seems like this is still a way away from a finished thing. They are not done building it yet. but, the accessibility person I spoke with knew the name of nystagmus at least.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Looking for example code from presentation
You do not name the presentation, so hard to say.
Replies
Boosts
Views
Activity
Jun ’23
Reply to Recommended machine specifications for Apple Vision Pro application development
I would think an M2 is about the minimum to get a feel for performance in the Vision Pro. I use an m1max which is mostly overkill, but i wanted the 64GB of ram, so the machine stayed out of my way. But, if you intend to do a graphics heavy app you may want an m2max or more.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Xcode 15 beta - Only one native Mac app can be added to the App Store
I am seeing this as well. I have iPad and Mac Catalyst enabled for the same target. in Xcode 14 it has macOS as the SDK for Mac Catalyst, but in Xcode 15 it uas iOS as the SDK.
Replies
Boosts
Views
Activity
Jun ’23
Reply to is VisionOS supported on Xcode14.3.1 or just Xcode15 for now?
It will be Xcode 15 only once the SDK is available later this month. I doubt any other tools will be supported for quite some time. If those tools are producing iOS or iPadOS apps you MAY be able to load them into a device or simulator, but not clear how that would be done, and they would just run in a window, no access to Vision OS features (I assume).
Replies
Boosts
Views
Activity
Jun ’23
Reply to Does Xcode 15 replace Xcode 14 when downloaded?
The Xcode 15 download produces an Xcode_beta.app so no conflict. Simulator and runtime is yet to be proven isolated though.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to iPad OS not syncing anything on iPad OS 17
I assume you logged in to your iCloud account? Did you restore from backup at the end of the iPadOS 17 install?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Customize DocumentGroup in SwiftUI with SwiftData
You can have a window group as your primary UI and then explicitly open the DocumentGroup to open a new or existing document. I have not found a way to create a document and save it to disk without the Apple UI, unless you use an exporter UI. In either case apple will control the file dialog so you are not able to access arbitrary files.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How can I tell if a StoreKit 2 purchase was completed on _this_ device?
In StoreKit2 you can attach an app account identifier to the transaction so you know which account in your system the transaction is for. If you generated a unique id for each purchase and mapped that to your account you can ensure 2 copies of the same transaction are detected as such.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’21