I am trying to run widgets on visionOS 26. Specifically I am trying to pin them to the simulator room's walls, however I am unable to do so.
Is this a limitation with the visionOS simulator right now, or am I missing a trick here?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I was planning on adopting Quick Notes inside my app as a quick annotation feature. However, it's not instantly discoverable as to how a user could create a Quick Note.
I was wondering if there's a way to provide an in-app UI for the user to create a new quick note.
I am trying to add a Search Bar to my app's toolbar. Previously the NSToolbar hasn't allowed adding a Search Bar to the app's toolbar in Catalyst however a lab I attended seemed to suggest that it was now possible to attach one. I haven't been able to find a way to do that and the documentation doesn't seem to suggest anything changing.
If it Is possible it'd be great to refer to some sort of an sample code to see how that can be done.