In a pure iPad SwiftUI App, are there equivalents of the pressesBegan/Ended methods available?
Post
Replies
Boosts
Views
Activity
Hi
Is there a way to enable (multi) selection in a List with sidebar style? Is there a way to enable external keyboard interaction in iPad to perform the selection as in the UIKit counterpart?
Thanks
When tapping the sidebar button, the window expands in the leading edge to accommodate the sidebar, and shrinks when closed.
Can this be achieved with public APIs on UISplitView or NavigationSplitView?