From 94662dbb5688d8f522d27c8d5788bf3bbcc03463 Mon Sep 17 00:00:00 2001 From: Lamine Male Date: Fri, 27 Sep 2024 11:32:27 -0700 Subject: [PATCH] Increase max tabs to 6 --- Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift b/Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift index bbe7ed467..4972ffe70 100644 --- a/Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift +++ b/Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift @@ -149,7 +149,7 @@ open class TabBarView: UIView, TokenizedControlInternal { @objc public static let tabBarPadHeight: CGFloat = TabBarTokenSet.padHeight private struct Constants { - static let maxTabCount: Int = 5 + static let maxTabCount: Int = 6 } private let backgroundView: UIVisualEffectView = {