Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
nodes11 committed Jun 21, 2024
1 parent 10225fe commit b13bac1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ios/FluentUI/Table View/TableViewHeaderFooterView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,12 @@ open class TableViewHeaderFooterView: UITableViewHeaderFooterView, TokenizedCont

accessoryButton = !accessoryButtonTitle.isEmpty ? createAccessoryButton(withTitle: accessoryButtonTitle) : nil

/// `accessoryButton` and `accessoryView` occupy the same space at the trailing end of the view. If both are provided, the `accessoryView` will be given priority
if accessoryView != nil {
self.accessoryView = accessoryView
}

self.leadingView = leadingView
self.accessoryView = accessoryView

self.style = style

Expand Down

0 comments on commit b13bac1

Please sign in to comment.