-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We currently do not support Tabbed Navigation out of the box. Let's add a Tabbed path builder that takes a list of identified path builders.
Something along the lines of:
public extension PathBuilders {
struct IdentifiedTab<Identifier: Hashable> {
let id: Identifier
let builder: PathBuilder
}
static func tabbed<ID: Hashable>(_ tabs: IdentifiedTab<ID>) -> some PathBuilder {
...
}
}vince1393, danielhorv, krzysztofzablocki, i-tengfei, alexjameslittle and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request