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.
I'm trying to implement the new sidebar for iPadOS 14, and am using a three column layout when creating a new window from one such view or when moving from compact to regular size classes, the app crashes with the following error message:
'Lost track of navigation controller for Supplementary column when expanding <SplitViewController class name>'
What is the best way to tackle this error?