iOS Dev question: Apple Invites and Apple Sports uses a navigation that's different than a regular SwiftUI TabView, how are those called?

I'd like to read documentation on those implementations, but I don't know where to look.

Also, is there any iPad app out there that implements that? Invites and Sports don't have iPad versions, so I don't know how that looks on iPadOS.

Appreciate any help pointing me in the right direction.

#iOSDevHelp

@simonbs Hi there Simon! Something tells me you may know this one. Do you??
@eliaschao Hi. I’m not sure what tab-like behavior in Invires you’re referring to. Can you share a screenshot?
@simonbs Hi there, thanks for the reply! This is what I’m talking about:
@eliaschao I think thats a picker, either SwiftUI’s Picker or a custom one. In the end, it’s just a matter of holding a selection stage and if’ing to show the right view that fills the entire screen.
@simonbs Sorry I just saw your response. I thought it was some sort of tabview variation of sorts. Thanks for the tip, Simon. 😊