UITabBarController with sidebar on iPadOS 18

When I create a tab group for the sidebar on iPad, the title and disclosure triangle act like a single control. Every time I tap the section title, the disclosure triangle for that section activates and hides or exposes that section's children and actions.

I want the section title to behave like Photos, where tapping a section title just displays its view controller, and the disclosure triangle is a separate control that must be tapped to hide and show children and actions.

I did not see any delegate methods that would let me control this behavior. Is this supported?

Answered by Frameworks Engineer in 840966022

This is currently not supported with UITabBarController and UITabGroup. Tab groups in the sidebar behave like headers, and expand/collapse their children.

Please file a feedback through Feedback Assistant for enhancement requests like this one, and reply with the Feedback ID.

Accepted Answer

This is currently not supported with UITabBarController and UITabGroup. Tab groups in the sidebar behave like headers, and expand/collapse their children.

Please file a feedback through Feedback Assistant for enhancement requests like this one, and reply with the Feedback ID.

UITabBarController with sidebar on iPadOS 18
 
 
Q