Hello, I am currently implementing the new iPadOS 18 TabBar with the new Tab API, but there are several things that don't look very good or aren't operating quite the way I'd hope and would like to know if there is a way around them or to change them.
Here is what my sidebar for the TabBar looks like:
My questions:
- The
tabViewSidebarBottomBarisn't actually at the "bottom". Instead there is a gap below which you can see the sidebar scrolling. Is there a way to get thetabViewSidebarBottomBaractually at the bottom? - Is there a way to make it so that the sections themselves are also reorderable?
- Can we turn
scrollIndicatorsto.neveror are we stuck with them being on? - Is there any way at all to make the SF Symbols in the sidebar render in another color mode, particularly
.palette? - Is it possible to allow sections in between plain tabs? Like I want Dashboard, then the whole Events section, then the rest can continue.
- On iPhone why are sections not honored at all, in any way? Like even if they weren't going to be expandable menus, at least treating it like a list section would allow some visual hierarchy?!
Bonus Question: Any way to make the tabViewSidebarHeader sticky so it's always at the top?
Thank you in advance!