Skip to content

Commit

Permalink
Cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cbowdoin committed Jan 17, 2025
1 parent 0502aee commit 26e839a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FluentUI_iOS/Components/Tab Bar/TabBarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ open class TabBarView: UIView, TokenizedControl {

/// Initializes MSTabBarView
/// - Parameter showsItemTitles: Determines whether or not to show the titles of the tab bar items.
/// - Parameter hideSeparator: Removes the top divider displayed with the Tab Bar
/// - Parameter disableBlur: Disables the blur effect applied to the Tab Bar
/// - Parameter hideSeparator: Removes the top divider displayed above the tab bar.
/// - Parameter disableBlur: Disables the blur effect applied to the tab bar.
@objc public init(showsItemTitles: Bool = false, hideSeparator: Bool = false, disableBlur: Bool = false) {
self.showsItemTitles = showsItemTitles

Expand Down

0 comments on commit 26e839a

Please sign in to comment.