Skip to content

Commit

Permalink
fix missing stackable namespace in a bindVisible reference (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyltsjay authored Oct 1, 2020
1 parent 580d6ae commit 69b3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stackable/Stackable+Spacing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ extension StackableSpaceItem: Stackable {
spacer.dimension(along: stackView.axis).constraint(equalToConstant: space)
])
stackView.stackable.insertArrangedSubview(spacer, afterArrangedSubview: view1)
spacer.bindVisible(toAllVisible: [view1, view2])
spacer.stackable.bindVisible(toAllVisible: [view1, view2])

case let .spaceAfterGroup(views, space):
let spacer = StackableSpacer()
Expand Down

0 comments on commit 69b3b45

Please sign in to comment.