This is what Apple's Destination Video Sample App looks like on iPhone Duo built with SDK 27.1 beta. Two things:
- Items that should not appear in the tab bar appear.
- There is no sidebar for iPhone Duo.
So my problem is: is this a bug or a design on purpose? Will sidebarAdaptable gets a sidebar on iPhone Duo? Or at least, how to hide these things that should only appear in the sidebar? The sample app uses .defaultVisibility(, for:) and .hidden() but obviously none of these takes effect.