Does it use custom views?
How can I make dropdown menus in a NavigationView just like the ones in the Files app?
Use Menu in a ToolBarItem. swiftwithmajid.com/2020/08/05/menus-in-swiftui
Thanks for the reply, but it's not that (but thanks for that because it's interesting). I want to do something like the drop down sections or something in Files. They're the "Locations", "Favorites", and "Tags" drop down section things.
Use a DisclosureGroup.
Thanks a lot, @BabyJ!