Skip to content

Commit 1630f2d

Browse files
authored
Exposed isScrollable (#2264)
1 parent bd2121a commit 1630f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FluentUI_iOS/Components/CommandBar/CommandBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public class CommandBar: UIView, Shadowable, TokenizedControl {
225225
}
226226

227227
/// Whether or not the `CommandBar` is scrollable
228-
public var isScrollable: Bool = true {
228+
@objc public var isScrollable: Bool = true {
229229
didSet {
230230
updateViewHierarchy()
231231
updateMainCommandGroupsViewConstraints()

0 commit comments

Comments
 (0)