@andyl I have a library tab which contains buttons to show all games, recents, and franchises when in compact size. In the sidebar it‘s a tab group. I want the sub tabs show their view controllers only, without the library view controller being placed before them. I have experimented with displayedViewControllersFor, but have not found a fully working solution yet that works for both modes and transitions between them. Is this possible?
Sidebar: RecentsVC
Compact size: LibraryVC -> RecentsVC

