Skip to content

Commit

Permalink
Change max allowed tabs from 5 to 6 in TabBarView (microsoft#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
laminesm authored Sep 27, 2024
1 parent 2e35533 commit 56619e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 56619e4

Please sign in to comment.