Pixelmator Pro on iPad is full of unique and interesting UI for prospective iPad app developers. It’s worth taking a look even if you’d never personally use the app
@stroughtonsmith Also 🤔 how do they get the sidebar below the main nav on iPad? Presumably private API? Movable inner window panels instead of inspectors is… a choice.
@marcpalmer @stroughtonsmith is just, not a sidebar?
@kylebshr Yeah seems so. Fun cos you can’t then have a nav stack in it.
@marcpalmer why not?
@kylebshr well I should clarify I meant if they are using SwiftUI. Unless I’m mistaken Apple still haven’t made a way for SwiftUI to create a new “presentation context” which would allow you to embed multiple NavigationStack in the same view graph. They could do it with another UIWindow but not with SwiftUI lifecycle as far as I know?
@marcpalmer you can do anything you can do in UIKit with representables :) and I very much doubt it’s a SwiftUI app
@kylebshr Haha yeah that’s cheating 😀